-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoxes.html
More file actions
31 lines (30 loc) · 828 Bytes
/
Boxes.html
File metadata and controls
31 lines (30 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Box Showcase!</title>
<link rel="stylesheet" href="Boxes.css">
</head>
<body>
<div id="left-page">
<div id="main-title">
<h1> Seo Productions </h1>
<p> Hi! You have landed on my page! <br>
To the left, you can find a collection of projects
and programs I've built.
</p>
</div>
</div>
<div id="right-page">
<div id="project-info">
<h2>Projects!</h2>
<p> please feel free to check out! Compiled onto the
web via webassembly.</p>
</div>
<h2> Sand_Demo </h2>
<p>
At the time of writing this... This is a comming soon feature!
</p>
</div>
</body>
</html>