hytos / DTI_PID / WebServer / app / templates / index.html @ f6601e9c
이력 | 보기 | 이력해설 | 다운로드 (3.27 KB)
1 |
<!DOCTYPE html>
|
---|---|
2 |
<!-- saved from url=(0049)http://bootstrapk.com/examples/starter-template/# -->
|
3 |
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
4 |
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
8 |
<meta name="description" content=""> |
9 |
<meta name="author" content=""> |
10 |
<link rel="icon" href="http://bootstrapk.com/favicon.ico"> |
11 |
|
12 |
<title>Welcome to ID2</title> |
13 |
|
14 |
<!-- Bootstrap core CSS -->
|
15 |
<link href="/static/css/bootstrap.min.css" rel="stylesheet"> |
16 |
|
17 |
<!-- Custom styles for this template -->
|
18 |
<link href="/static/css/starter-template.css" rel="stylesheet"> |
19 |
</head>
|
20 |
|
21 |
<body>
|
22 |
|
23 |
<nav class="navbar navbar-inverse navbar-fixed-top"> |
24 |
<div class="container"> |
25 |
<div class="navbar-header"> |
26 |
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
27 |
<span class="sr-only">Toggle navigation</span> |
28 |
<span class="icon-bar"></span> |
29 |
<span class="icon-bar"></span> |
30 |
<span class="icon-bar"></span> |
31 |
</button>
|
32 |
<a class="navbar-brand" href="http://bootstrapk.com/examples/starter-template/#">Welcome to ID2</a> |
33 |
</div>
|
34 |
<div id="navbar" class="collapse navbar-collapse"> |
35 |
<ul class="nav navbar-nav"> |
36 |
<li class="active"><a href="http://www.doftech.co.kr/#">Home</a></li> |
37 |
<li><a href="http://localhost:5000/license">License</a></li> |
38 |
<li><a href="http://localhost:5000/recognition">Recognition</a></li> |
39 |
<li><a href="http://bootstrapk.com/examples/starter-template/#about">About</a></li> |
40 |
<li><a href="http://bootstrapk.com/examples/starter-template/#contact">Contact</a></li> |
41 |
</ul>
|
42 |
</div><!--/.nav-collapse --> |
43 |
</div>
|
44 |
</nav>
|
45 |
|
46 |
<div class="container"> |
47 |
<div class="starter-template"> |
48 |
{% block content %}{% endblock %} |
49 |
</div>
|
50 |
</div><!-- /.container --> |
51 |
|
52 |
<!-- 추가하고 싶은 스크립트가 있으면 여기에 추가하면 된다. -->
|
53 |
{% block scripts %} |
54 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular-animate.js"></script> |
55 |
{% endblock %} |
56 |
|
57 |
|
58 |
<!-- Bootstrap core JavaScript
|
59 |
================================================== -->
|
60 |
<!-- Placed at the end of the document so the pages load faster -->
|
61 |
<script src="/static/js/jquery.min.js"></script> |
62 |
<script src="/static/js/bootstrap.min.js"></script> |
63 |
|
64 |
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
65 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> |
66 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
67 |
|
68 |
</body></html> |