forked from ashakhatri007/CeptreDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCeptreWebEditor.html
50 lines (45 loc) · 2.14 KB
/
CeptreWebEditor.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
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href= "images/logo1.ico">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- most color styles are extracted out to here -->
<link rel="stylesheet" href="css/themeblack_customstyle.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/themeblack_customstyle.css" rel="stylesheet">
<link rel="stylesheet" href="css/customstyles.css">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> <img src="images/logo1.ico">Ceptre </span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="Introduction">Documentation</a></li>
<li class = "active"><a href="CeptreWebEditor.html">Web Editor</a></li>
</ul>
</div>
</div>
<!-- /.container -->
</nav>
<title>Ceptre </title>
</head>
<body>
<div class = "home">
<iframe src="https://microceptre.glitch.me" width="100%" height="943" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</body>
</html>