-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemp.html
More file actions
25 lines (24 loc) · 785 Bytes
/
temp.html
File metadata and controls
25 lines (24 loc) · 785 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevNotHackerCorporations</title>
<link rel="icon" type="image/jpg" href="https://chathere.cookiesnowowl.repl.co/favicon.jpg">
<link rel="stylesheet" href="/css/style.css">
<script>
</script>
</head>
<body>
<main>
<header>
<marquee class="header__hashtag" scrollamount="10" behavior="scroll" truespeed="200">#company #cool #projects #webdev #full-stack-dev #dev</marquee>
<h1>DevNotHackerCorporations</h1>
<h3>  Easier ways to do harder things.</h3>
</header>
<section style="margin-top:150px;">
</section>
</main>
<script src="/site.js"></script>
</body>
</html>