-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Great Debate</title>
<style>
body { font-family: Arial, sans-serif; background: #e9ecef; padding: 20px; }
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
h1 { text-align: center; }
h2 { text-align: center; }
h5 { text-align: center; }
</style>
<script>alert("Hello! Welcome to The Great Debate, an open-source debate learning platform. Here, we teach you about Lincoln-Douglas Debate!");
let been_here = prompt("Have you been here before?", "Yes/No")</script>
</head>
<body>
<div class="container">
<h1>Welcome to The Great Debate!</h1>
<p>Here, you are free to learn about Lincoln-Douglas debate without any pressure. Take your time and really learn what it takes.</p>
<h2><a href="homepage.html"><button>Get Started Today!</button></a></h2>
<h5><a href="https://github.com/L-Logix/debate/blob/main/README.md" target="_blank"><button>Or... Want to know more?</button></a></h5>
</div>
</body>
</html>