mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
deploy: c4b9cd16cf
This commit is contained in:
parent
815cf10383
commit
bc9a0786ab
6 changed files with 53 additions and 13 deletions
9
404.html
9
404.html
|
@ -3,13 +3,20 @@
|
||||||
|
|
||||||
<head><meta charset="utf-8">
|
<head><meta charset="utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/site.css">
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<link rel="stylesheet" href="/styles/index.css">
|
||||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header class="main-header">
|
||||||
|
<span class="name">Zoey</span>'s website |
|
||||||
|
<span class="pronouns">she/her</span>
|
||||||
|
</header>
|
||||||
|
<main class="page">
|
||||||
<h1>404 Not Found</h1>
|
<h1>404 Not Found</h1>
|
||||||
<p>The page or resource requested does not exist. <a href="/">Back to home</a></p>
|
<p>The page or resource requested does not exist. <a href="/">Back to home</a></p>
|
||||||
|
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
1
CNAME
1
CNAME
|
@ -1 +0,0 @@
|
||||||
zoey.dev
|
|
18
index.html
18
index.html
|
@ -3,14 +3,24 @@
|
||||||
|
|
||||||
<head><meta charset="utf-8">
|
<head><meta charset="utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/site.css">
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<link rel="stylesheet" href="/styles/index.css">
|
||||||
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome</h1>
|
<header class="main-header">
|
||||||
<p>Welcome to the site!</p>
|
<span class="name">Zoey</span>'s website |
|
||||||
<p>Testing a change.</p>
|
<span class="pronouns">she/her</span>
|
||||||
|
</header>
|
||||||
|
<main class="page">
|
||||||
|
<h1>Zoey’s Website</h1>
|
||||||
|
<p>Welcome to the site! It’s still very much a work in progress.</p>
|
||||||
|
<p>Links:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/Zoeycode" rel="noopener noreferrer" target="_blank">GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
body {
|
|
||||||
font-family: sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
21
styles/index.css
Normal file
21
styles/index.css
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
body {
|
||||||
|
font-family: sans-serif;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header.main-header {
|
||||||
|
display: block;
|
||||||
|
padding: 4px;
|
||||||
|
background-color: #0ad;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:hover, a:focus {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
main.page {
|
||||||
|
margin: 8px;
|
||||||
|
}
|
|
@ -3,13 +3,20 @@
|
||||||
|
|
||||||
<head><meta charset="utf-8">
|
<head><meta charset="utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/site.css">
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<link rel="stylesheet" href="/styles/index.css">
|
||||||
<title>zoey.dev / Test Page</title><base href="https://zoey.dev"></head>
|
<title>zoey.dev / Test Page</title><base href="https://zoey.dev"></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header class="main-header">
|
||||||
|
<span class="name">Zoey</span>'s website |
|
||||||
|
<span class="pronouns">she/her</span>
|
||||||
|
</header>
|
||||||
|
<main class="page">
|
||||||
<h1>Heading</h1>
|
<h1>Heading</h1>
|
||||||
<p><em>Hi</em> there.</p>
|
<p><em>Hi</em> there.</p>
|
||||||
|
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue