-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.06 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Zx!</title>
<link rel="stylesheet" href="./style.css" />
<link rel="icon" href="favicon.png" type="image/x-icon" />
<meta
name="description"
content="We build games and software. Nothing less but everything more."
/>
<meta name="keyword" content="zx, zx-software, zx!, zx!-software, game" />
</head>
<body>
<div class="background"></div>
<div class="title">
<!-- Gif by: https://giphy.com/gifs/loop-circle-after-tA4R6biK5nlBVXeR7w -->
<img id="logo" src="Zx_cir_transp.png" alt="" />
<!-- <h1 class="anim-text2">Zx!</h1> -->
<h3 class="anim-text">
Games and software. <br />
Nothing less, everything more.
</h3>
</div>
<div class="contact">
<b>Contact Us</b> <br />
<a href="mailto:hello@zx-software.com">hello@zx-software.com</a>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="./script.js"></script>
</body>
</html>