-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathash.html
More file actions
35 lines (29 loc) · 1.22 KB
/
ash.html
File metadata and controls
35 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<title>◧ Animal Matching - Home</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<div class="container">
<div class="row justify-content-center align-self-center mt-2 pt-5 pb-5">
<h1>
<p class="text-center">GOOD JOB ASH</p>
</h1>
</div>
<div class="row justify-content-around p-2">
<div class="col-md-4 col-xs-12">
<p><b>NOW copy this doc and copy the code and come back</b>
<a class="btn btn-dark btn-lg btn-block" href="https://docs.google.com/document/d/1ca1vugDLDryATEVSMXN7zxdx_jDZDygIHNvFW_6uFJY/edit?usp=sharing">OPEN DOC</a>
</p>
<p><b>Go to this link</b><a class="btn btn-dark btn-lg btn-block" href="https://www.codetoday.co.uk/code">OPEN</a></p>
</div>
</div>
</div>
<script src="assets/play.js"></script>
</body>
</html>