-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
42 lines (42 loc) · 1.59 KB
/
home.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
41
42
<!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.">
<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</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</h1>
<p>The software ╳ hardware dev studio by teenagers.</p>
<p>Check out our brand-new beta web browsing experience, <a href="xplore">Xplore.</a></p>
<p>The Teenage Tech website is powered by over 2,500 lines of handmade code.</p>
<video src="Introducing Xplore.mp4" class="video" controls>
<source src="Introducing Xplore.mp4" type="video/mp4">
</video>
<br>
<br>
<a href="https://www.youtube.com/channel/UCc35HARD4CRpwArvrQiMcnw?sub_confirmation=1" class="subscribe"><button class="subscribe">Subscribe</button></a>
</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>