27 lines
716 B
HTML
27 lines
716 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="icon" type="image/png" sizes="48x48" href="/images/bunnie48px.png">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Zoey's Bits</title>
|
||
|
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all">
|
||
|
<script src="/js/loadnavs.js" defer></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="header-placeholder"></div>
|
||
|
|
||
|
<div class="centered-content">
|
||
|
<h1 id="title">Welcome to my Website!</h1>
|
||
|
<h3 id="subtitle">WIP</h3>
|
||
|
<img src="/images/under_construction.gif" alt="Under Construction">
|
||
|
<h3 id="blahaj">blahaj dance</h3>
|
||
|
</div>
|
||
|
|
||
|
<div id="footer-placeholder"></div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|