First content.
This commit is contained in:
parent
4eb25bc6a2
commit
b552d7fb7f
2 changed files with 45 additions and 0 deletions
BIN
voussoir.net/favicon.png
Normal file
BIN
voussoir.net/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
45
voussoir.net/index.html
Normal file
45
voussoir.net/index.html
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
<!DOCTYPE html5>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>voussoir.net</title>
|
||||||
|
<link rel="shortcut icon" href="favicon.png" type="image/png"/>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
*
|
||||||
|
{
|
||||||
|
color: #efcc2b;
|
||||||
|
}
|
||||||
|
body
|
||||||
|
{
|
||||||
|
background-color: #0e0e0d;
|
||||||
|
}
|
||||||
|
#content_body
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
overflow-x: hidden !important;
|
||||||
|
}
|
||||||
|
span
|
||||||
|
{
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="content_body">
|
||||||
|
<span>Ethan Dalool</span>
|
||||||
|
<span><a href="https://github.com/voussoir">GitHub</a></span>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
</script>
|
||||||
|
</html>
|
Loading…
Reference in a new issue