created a page to test out a new layout
This commit is contained in:
29
template.html
Normal file
29
template.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <header>-->
|
||||
<img src="https://chopster44.com/img/pfp.png" width="141" class="logo">
|
||||
<h1 class="title">Chopster44</h1>
|
||||
<!-- </header>-->
|
||||
<div class="nav">
|
||||
<a href="/#about">[About]</a>
|
||||
<a href="/blog">[Blog]</a>
|
||||
<a href="/projects">[Projects]</a>
|
||||
<a href="/rockets">[Rockets]</a>
|
||||
<a href="/linux">[Linux]</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<h2>A header!</h2>
|
||||
<p>Some text</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>© chopster44</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user