-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (29 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
37 lines (29 loc) · 1.04 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
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Css Files -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Js Files -->
<script src="script.js" defer></script>
<title>Code</title>
</head>
<body>
<div style="padding-top:15%;"></div>
<div id="startB">
<button class="button2" onclick="startCoding()" > Start</button>
</div>
<h1>#100DaysOfCoding</h1>
<h1 id="show">var day = 0;</h1>
<i id="icon" class="fa fa-lock" style="font-size:48px;color:red"></i>
<h5 id="newIf"></h5>
<div id="gitDiv">
<a id="github" href="https://github.com/chini5ko/100DaysOfCoding" target="_blank" style="font-size:48px;color:grey">
<i class="fa fa-github"></i>
</a>
</div>
</body>
</html>