aboutsummaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'header.html')
-rw-r--r--header.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/header.html b/header.html
new file mode 100644
index 0000000..c9c1a7d
--- /dev/null
+++ b/header.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+ <title>www.iamcheeseman.net</title>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="iamcheeseman's hobby website (and stuff)">
+ <link rel="stylesheet" href="/styles.css">
+ <link rel="stylesheet" href="/code_highlight.css">
+</head>
+<body>
+ <table id="header">
+ <tr>
+ <td class="logo" rowspan="2">
+ <img src="/res/logo.png" alt="iamcheeseman's profile picture">
+ </td>
+ <td class="title">www.iamcheeseman.net</td>
+ </tr>
+ <tr>
+ <td class="desc">My beautiful site</td>
+ </tr>
+ </table>
+
+ <table class="tabs">
+ <tr>
+ <td><a href="/">about</a></td>
+ <td><a href="/projects">projects</a></td>
+ <td><a href="/gallary">gallary</a></td>
+ <td><a href="/ramblings">ramblings</a></td>
+ </tr>
+ </table>
+
+ <div id="content" class="no-start-trans" lang="en">
+<!-- Page content goes here -->