-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (25 loc) · 952 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>WWC Web Dev Demo</title>
<link rel ="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to the WWC Web Demo</h1>
<img class="center" src="typing.gif">
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Veniam eveniet natus ullam rerum possimus ea? Illo facere neque esse veritatis, eum alias architecto incidunt perspiciatis, ex nihil vel iste quidem.</p>
<ol>
<li>Strawberry</li>
<li>Mango</li>
<li>Apples</li>
</ol>
<div>
<h2>Join us on discord!</h2>
<a href="https://discord.gg/auNpmWhF7v">Invite Link</a>
</div>
<div class="center">
<h3>Here's a tutorial to learn more about coding with HTML</h3>
<iframe src="https://www.youtube.com/embed/pQN-pnXPaVg"></iframe>
</div>
</body>
</html>