-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteenagetechgames.html
40 lines (40 loc) · 1.86 KB
/
teenagetechgames.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
36
37
38
39
40
<!DOCTYPE html>
<html lang="en" draggable="false">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="description" content="Teenage Tech. The software and hardware studio by teenagers. New Playdate game release: Mouse Man: Cheese Heist!">
<meta name="keywords" content="Teenage Tech, Teenagers, Software, Hardware, Electronics, Youth, Youth in Tech, Technology, Teenagers in Technology">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teenage Tech Games</title>
<link rel="stylesheet" href="styles.css">
<style>
a {
color: #FFFFFF;
}
</style>
<meta name="theme-color" content="#77a4b6">
</head>
</head>
<body>
<div id="header-container"></div>
<main>
<img src="teenageTech.svg" alt="" id="logo" width="150" height="150">
<section>
<h1 class="title">Teenage Tech Games</h1>
<p>Brand new innovative and exciting games to enjoy.</p>
<p>We just released <b>Mouse Man: Cheese Heist</b>, a great maze/adventure game for Playdate.<br>It's available for free on <a href="https://teenage-tech.itch.io/mouseman">itch.io.</a></p><br>
<iframe frameborder="0" src="https://itch.io/embed/2852393?border_width=2&bg_color=171717&fg_color=df6d6d&link_color=77a4b6&border_color=171717" width="554" height="169"><a href="https://teenage-tech.itch.io/mouseman">Mouse Man: Cheese Heist by Teenage Tech</a></iframe>
<p>You can also play Mouse Man: Cheese Heist in your browser, although the on-device experience is much better.</p>
<br>
<a href="mouseman.html" class="subscribe"> Play Mouse Man: Cheese Heist </a>
<br>
</section>
</main>
<footer>
<p>© Teenage Tech. All rights reserved.</p>
</footer>
<script src="header.js"></script>
<script type="module" src="firebaseconfig.js"></script>
</body>
</html>