-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 2.05 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 2.05 KB
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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WCC Code Kamp</title>
<meta property="og:site_name" content="WCC" />
<meta property="og:title" content="Winser Coad Camp" />
<meta property="og:description" content="Camp in windsor for code" />
<meta property="og:image" content="https://media.discordapp.net/attachments/775116387449831426/837296069024546848/Logo_1.png?width=670&height=670" />
<meta property="og:type" content="website" />
<style>
body{
background-color: antiquewhite;
font-family: fantasy;
font-weight: 200;
background-image: url("img.gif");
}
h1,h2,h3,h4,h5,h6,p{
font-weight: 200;
background-color: aliceblue;
}
</style>
</head>
<body>
<h1>WCC Code camp</h1>
<img style="width: 500px;" src="https://cdn.discordapp.com/attachments/708742985726296084/912215793851318292/Logo_2_1.png" alt="">
<h2>welcome to wcc code camp!</h2>
<h3 style="font-size: 2rem;">WCC the code camp is a camp about coding for windsor. it was started by zane ul ebad in 2019 by zane. it was once wcpc (windsor winter python camp) but now its wcc windsor camp for coding because it is a shorter name.</h3>
<h2>what will you due in the camp?</h2>
<ul style="font-size: 1.8rem;">
<li>code</li>
<li>camp <img src="https://www.switchbacktravel.com/sites/default/files/images/articles/Camping%20tent%20%28REI%20Co-op%20Base%20Camp%206%29.jpg" alt="" width="80px"></li>
<li>windsor</li>
<li>python <img src="https://media2.giphy.com/media/KAq5w47R9rmTuvWOWa/giphy.gif" alt="" style="width: 100px;"></li>
<li>meet zane <img src="https://cdn.filestackcontent.com/wNwsZ6qDSeiXBfXgyVmM" alt="" style="width: 113px;"></li>
</ul>
<h1 style="font-size: 3rem;">REDDY TO SIGN Up?</h1>
sign up here: wcc.com
<br><br><br><br><br>
</body>
</html>