diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
commit | 7c402bbaacfa6acd2d4a2184975ec83f5edde329 (patch) | |
tree | fa3f4ae42652b50af29a5668a24b2fcf59759477 /photography/index.html | |
parent | b04d7db80ce56b19d11cac5fa73b857fee405afa (diff) |
removed background div
Diffstat (limited to 'photography/index.html')
-rw-r--r-- | photography/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/photography/index.html b/photography/index.html index 09e6487..be57783 100644 --- a/photography/index.html +++ b/photography/index.html @@ -2,12 +2,11 @@ <link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
+
<body>
- <div class="background">
- <div class="contentpane">
- <h1>Photography | <a class="backbutton" href="../">[Back]</a></h1>
- <p>There's nothing here, yet.
- </p>
- </div>
+ <div class="contentpane">
+ <h1>Photography | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>There's nothing here, yet.
+ </p>
</div>
-</body>
+</body>
\ No newline at end of file |