-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 945 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styleshit.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Quicksand" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cookie" />
<link rel="stylesheet" type="text/css" href="CSS/animate.css">
<script type="text/javascript" src="JS/jquery-2.1.4.min.js"></script>
<script src="JS/init.js"></script>
<title>Типичное бинарное мясо</title>
</head>
<body>
<button class="button"></button>
<h1 id="text">Нажми меня =)</h1>
<i id="coffee" class="fa fa-coffee fa-5x"></i>
<bottom><h3>Developed by <a href="https://ua.linkedin.com/in/yarossia">yarossia</a></h3></bottom>
</body>
</html>