-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cyclomactic.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="/style.css">
<link rel="icon" href="/graphics/Cyclomactic_Logo-32x32.png" />
</head>
<body>
<nav class="topnav">
<a class="active" href="/">Home</a>
<a href="/games">Games</a>
<a href="/news">News</a>
<a href="/contact">Contact</a>
<a href="/about">About</a>
</nav>
<h1><img src="/graphics/Cyclomactic_Logo-512x512.png" alt="logo" height="128" width="128"></h1>
<h2 style="color: rgba(203,108,230,255);">Welcome to Cyclomactic.com</h2>
<p><a style="color: rgb(242, 246, 247);font-size: large;">Check out Cyclo live streaming at</a></p>
<!-- <p href="https://www.twitch.tv/cyclomactic" style="color: rgba(203,108,230,255);">twitch.tv/cyclomactic</p> -->
<a href="https://www.twitch.tv/cyclomactic" style="color: rgba(203,108,230,255);">twitch.tv/cyclomactic</a>
<p style="color: rgb(242, 246, 247);font-size: large;">Mon-Fri 8AM Pacific</p>
</body>
</html>