Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
63
html/template.html
Normal file
63
html/template.html
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" href="assets/paper_img/favicon.ico">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>Paper Kit by Creative Tim</title>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<link href="bootstrap3/css/bootstrap.css" rel="stylesheet" />
|
||||
<link href="assets/css/ct-paper.css" rel="stylesheet"/>
|
||||
<link href="assets/css/demo.css" rel="stylesheet" />
|
||||
|
||||
<!-- Fonts and icons -->
|
||||
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<!-- navbar come here -->
|
||||
|
||||
|
||||
|
||||
<!-- end navbar -->
|
||||
|
||||
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<!-- content come here -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Modal Bodies come here -->
|
||||
|
||||
<!-- end modal -->
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script>
|
||||
<script src="assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
|
||||
|
||||
<script src="bootstrap3/js/bootstrap.js" type="text/javascript"></script>
|
||||
|
||||
<!-- Plugins -->
|
||||
<script src="assets/js/ct-paper-checkbox.js"></script>
|
||||
<script src="assets/js/ct-paper-radio.js"></script>
|
||||
<script src="assets/js/bootstrap-select.js"></script>
|
||||
<script src="assets/js/bootstrap-datepicker.js"></script>
|
||||
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
|
||||
|
||||
<script src="assets/js/ct-paper.js"></script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue