Skip to content

Commit e950084

Browse files
author
TheBaconSpace
committed
Updated Stuff
1 parent e1385e9 commit e950084

18 files changed

+12105
-0
lines changed

css/main.css

Lines changed: 4672 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>GitStats</title>
6+
<link href="https://file.myfontastic.com/AhiuGLVii9n5qMJondbGhk/icons.css" rel="stylesheet">
7+
<link rel="stylesheet" href="css/main.css" type="text/css" />
8+
</head>
9+
<body>
10+
<center>
11+
<div class="container">
12+
<h1 class="display-5">GitStats</h1>
13+
<hr class="m-y-2">
14+
<center>
15+
<form id="formThing" action="" method="">
16+
<input type="text" id="inputText" class="form-control" style="width: 200px;display: inline-block;">
17+
<input type="submit" id="submit" class="btn btn-primary">
18+
</form>
19+
</center>
20+
<div class="profile">
21+
22+
</div>
23+
</div>
24+
25+
</center>
26+
27+
<script type="text/javascript" src="js/jquery.min.js"></script>
28+
<script type="text/javascript" src="js/bootstrap.js"></script>
29+
<script type="text/javascript" src="js/main.js"></script>
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)