tangled
alpha
login
or
join now
gracekind.net
/
tangled-pages-example
4
fork
atom
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
Update
Grace Kind
6 months ago
547ea979
f0250079
+2
-2
2 changed files
expand all
collapse all
unified
split
public
404.html
index.html
+1
-1
public/404.html
···
1
1
<html>
2
2
<head>
3
3
<title>Not Found</title>
4
4
-
<link rel="stylesheet" href="/style.css" />
4
4
+
<link rel="stylesheet" href="/css/style.css" />
5
5
</head>
6
6
<body>
7
7
<h1>Not Found</h1>
+1
-1
public/index.html
···
1
1
<html>
2
2
<head>
3
3
<title>Tangled Pages Example</title>
4
4
-
<link rel="stylesheet" href="/style.css" />
4
4
+
<link rel="stylesheet" href="/css/style.css" />
5
5
</head>
6
6
<body>
7
7
<h1>Tangled Pages Example</h1>