mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 11:47:01 -08:00
Add gh-pages branch
This commit is contained in:
commit
deeadb314e
5 changed files with 50 additions and 0 deletions
15
404.html
Normal file
15
404.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/static/site.css">
|
||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<h1>404 Not Found</h1>
|
||||
<p>The page or resource requested does not exist. <a href="/">Back to home</a></p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
1
CNAME
Normal file
1
CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
zoey.dev
|
15
index.html
Normal file
15
index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/static/site.css">
|
||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome</h1>
|
||||
<p>Welcome to the site!</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
4
static/site.css
Normal file
4
static/site.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
}
|
15
test.html
Normal file
15
test.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/static/site.css">
|
||||
<title>zoey.dev / Test Page</title><base href="https://zoey.dev"></head>
|
||||
|
||||
<body>
|
||||
<h1>Heading</h1>
|
||||
<p><em>Hi</em> there.</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue