diff options
| author | iamcheeseman <[email protected]> | 2026-03-19 16:57:18 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-19 16:57:18 -0400 |
| commit | 82edda96ef68a4e4d0695fe1e056b609fdd83074 (patch) | |
| tree | 5eef077fdbd15f109f625a5fd455df0d5fc9e363 /header.html | |
hello, world
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 35 |
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 --> |
