-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>Qerja - Typer</title>
<script type='text/javascript' src='./jquery-1.11.1.js'></script>
<script type='text/javascript' src='./jquery-ui-1.10.4.js'></script>
<script type='text/javascript' src='./underscore.js'></script>
<script type='text/javascript' src='./backbone.js'></script>
<script type='text/javascript' src='./typer.js'></script>
<link rel='stylesheet' href='./bootstrap.css' />
<link rel='stylesheet' href='./bootstrap-theme.css' />
<link rel='stylesheet' href='./jquery-ui-1.10.4.css' />
<link rel='stylesheet' href='./typer.css' />
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<script type="text/javascript">
var company_names = ["Agung Podomoro Group","Citibank","Nokia Solution and Networks PT","Bhinneka.com","Tripatra","RCTI","TelkomSigma","Intrias Mandiri Sejati PT","Altermyth","Panin Bank","Gramedia Bookstore","Garuda Indonesia","Chevron Pacific","Darmex Agro","Bank SBI Indonesia PT","DBS Bank","UPS Cardig International PT","Tately NV","Cigna","Antam"];
$(document).ready(function() {
var typer = new Typer();
// typer.start();
});
</script>
</body>
</html>