-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.39 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<script src="scripts/samplescript.js"></script>
<link rel="stylesheet" type="text/css" href="css/listdotcom.css" />
<title>List.com</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to List.com, your (soon to be) one stop shop for keeping track of stuff.">
</head>
<body class="light-mode" onload="onPageLoad()">
<header>
<div id="header-content">
<div id="header-checkbox"></div>
<h1>List.com!</h1>
<div class="button" id="lightmodeToggleButton" onclick="toggleLightmode()">Dark Mode</button>
</div>
</header>
<div id="content" class="page-wrap">
<div id="main">
<h2>We can barely wait to help you.</h2>
<p><br>But we haven't come out just yet...</p>
<p>
We are working hard on bringing the best personal task management software to the web. It's a big task but our team is up to the challenge.<br><br>
Check back regularly to see when we officially release.
</p>
<img id="listapp_example" src="images/listapp_example.png" alt="Screenshot of our desktop app 'To-Do Manager'">
</div>
</div>
<footer>
<i>Copyright © 2022 LucasBrunner</i><br>
<a href="">[email protected]</a><br>
<p class="appendModifiedDate">This page was last modified on </p>
</footer>
</body>
</html>