-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathany.html
More file actions
30 lines (26 loc) · 918 Bytes
/
Copy pathany.html
File metadata and controls
30 lines (26 loc) · 918 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="../lib/metro.css" rel="stylesheet">
<link href="../lib/icons.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<title>Test Any - Metro UI :: Popular HTML, CSS and JS library</title>
</head>
<body class="cloak h-100-vh">
<nav data-role="appbar" class="border-bottom bd-default" data-expand="true">
<div class="app-bar-item-static no-hover">
<div class="text-leader" id="component-name">Component Name</div>
</div>
<div class="app-bar-item-static no-hover ml-auto">
<input type="checkbox" data-role="theme-switcher"/>
</div>
</nav>
<div class="container h-100 d-flex flex-center">
</div>
<script src="../lib/metro.js"></script>
<script>
</script>
</body>
</html>