-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 1.43 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
27
28
29
30
31
32
33
34
35
<!--Splash/Start Screen-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photos App Quiz</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Rosario" rel="stylesheet">
</head>
<main>
<body>
<header>
<h1>Photos App Basics</h1>
</header>
<div class="landing-zone js-landing-zone ram">
</div>
<div class="quiz-space ram">
</div>
<div class="photo-credit"> Photo by <a
href="https://burst.shopify.com/@noreefly?utm_campaign=photo_credit&utm_content=Browse+Free+HD+Images+of+Laptop+Computer+On+Wooden+Table&utm_medium=referral&utm_source=credit">Patchanu
Noree</a> from <a
href="https://burst.shopify.com/technology?utm_campaign=photo_credit&utm_content=Browse+Free+HD+Images+of+Laptop+Computer+On+Wooden+Table&utm_medium=referral&utm_source=credit">Burst</a>
</div>
</main>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cuid/1.3.8/browser-cuid.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src=question-key.js></script>
<script src=index.js></script>
</body>
</html>