-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimports.html
32 lines (28 loc) · 1023 Bytes
/
imports.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
This is an HTML comment
You can write text in a comment and the content won't be visible in the page
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://cdn.glitch.global/de32b24f-28c6-472c-8631-3e7e06262397/favicon.ico?v=1681460954349" />
<!--
This is the page head - it contains info the browser uses
Like the title, which appears on the browser tab but not inside the page
Further down you'll see the content that displays in the page
-->
<title>Credits</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- The website JavaScript file -->
<script src="/script.js" defer></script>
</head>
<h1>
I imported most of these games with embeds, and here is where I got them from
</h1>
<p>
Super Soccer Noggins: <a href="https://www.snokido.com/">Snokido</a>
</p>
</html>