-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtkcindex.html
More file actions
50 lines (30 loc) · 1.26 KB
/
tkcindex.html
File metadata and controls
50 lines (30 loc) · 1.26 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./bootstrap3/css/bootstrap.css" rel="stylesheet" >
<link href= "main.css" rel="stylesheet">
<title>TKCONLINE</title>
</head>
<body style="padding-top: 70px;">
<div class="container" >
<div class="row">
<img src="tkc.png" class="img-responsive">
</div>
</div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<button type = "button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class=icon-bar></span>
<span class=icon-bar></span>
<span class=icon-bar></span>
</button>
</div>
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="./bootstrap3/js/bootstrap.js"></script>
</body>
</html>