25 lines
851 B
HTML
25 lines
851 B
HTML
<!--
|
|
Coded by Garrett Mills
|
|
http://glmills.gq/
|
|
Last Edited on 5 August 13:14
|
|
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
|
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
|
-->
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/pageDep/styles/home.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
|
|
<div class="content">
|
|
<!--<img id="homeBKG" src="/pageDep/images/earthBlur.jpg"></img>-->
|
|
<h1 id="hworld">Hello, World!</h1>
|
|
<center><div id="linebar"></div>
|
|
<h2 id="intro">Hi, I'm Garrett : Coder, Gamer, Bookworm</h2>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |