This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
49 lines (44 loc) · 1.64 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html><head>
<title>FormBuilder</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- favicon -->
<link rel="icon" href="assets/images/favicon/favicon.ico"/>
<!-- css libs -->
<link rel="stylesheet" href="compressed/libs/libs.min.css" />
<!-- formbuilder -->
<link rel="stylesheet" href="compressed/formbuilder.min.css" />
<!-- require js -->
<script data-main="assets/js/config" type="text/javascript" src='node_modules/requirejs/require.js'></script>
</head>
<body>
<header>
<a href="" class="title">
<span class="reneco reneco-formbuildersmall"></span> FormBuilder
</a>
<span class="pipe">|</span>
<div id="contextSwitcher" class="formbuilderMode title single">
<div class="selected">all</div>
<img class="headerWhiteArrow" src="assets/images/down_arrow_white.png"/>
</div>
<div class="pull-right">
<a href="#" class="logout">
<span data-i18n="header.logout"></span>
<img class="svg" title="Logout" alt="Logout" src="assets/images/logout.svg"/>
</a>
</div>
<div class="pull-right">
<div class="icons hidden">
</div>
<div class="icons last hidden">
<span class="reneco reneco-user"></span>
</div>
<span class="user"></span>
<span class="pipe">|</span>
<span class="lang"></span>
</div>
</header>
<div class="container-fluid">
<div id="mainRegion" class="row"></div>
</div>
</body></html>