-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 1.24 KB
/
index.html
File metadata and controls
19 lines (19 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en-PH">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<title>The Playground: Part 1</title>
</head>
<body>
<h1>Welcome to the <b><i>Playground</i></b></h1>
<h2>Before we explore, let's understand the structure of the Playground</h2>
<p>Playground is a place where we tell our pure made stories (and other things) to you, viewers. Sometimes we do other adventures, which is exciting. We're the only one who keeps the website running, and have 2 admins, Jack and Nataniel. Also, take note, there's no form nor quiz. But if you want to email us, contact us at tivewah475@procowork.com. This email works, may look like made-up, but this is a working one.</p>
<div class="divp main" id="divp1"><div class="box" id="box1">Hello! This is a moving div!</div></div>
</body>
</html>