-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
48 lines (41 loc) · 1.83 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML>
<html id="html" lang="en-US">
<head>
<title id="title">badge for git</title>
<meta name="description" content="badge for github, button for github, line for github, badge for stackoverflow, button for stackoverflow, line for stackoverflow,">
<meta name="keywords" content="badge, button, line, custom badge, custom button, custom line, dynamic badge, dynamic button, dynamic line, SVG">
<meta name="author" content="Shakiba Moshiri">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body id="body">
<div id="terminal">
<!--
█░░░█ █▀▀ █░░ █▀▀ █▀▀█ █▀▄▀█ █▀▀
█▄█▄█ █▀▀ █░░ █░░ █░░█ █░▀░█ █▀▀
░▀░▀░ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░░░▀ ▀▀▀
to badge-for-git.
A simple, fast SVG generator.
An app with pure JavaScript, HTML, CSS and SVG.
For navigation between directories use [cd].
All four arrow keys are handled.
For reading the contents of files use [cat] command.
[clear] the screen anytime you need.
[open] a media when you like.
Also you can type [help] or just press Control + h
badge-for-git copyright (C) 2018 Shakiba
https://github.com/k-five/badge-for-git
-->
</div>
<script src="./js/init.js"></script>
<script src="./js/Svg.js"></script>
<script src="./js/Path.js"></script>
<script src="./js/Badge.js"></script>
<script src="./js/Line.js"></script>
<script src="./js/Button.js"></script>
<script src="./js/Screen.js"></script>
<script src="./js/Command.js"></script>
<script src="./js/main.js"></script>
</body>
</html>