-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui.html
25 lines (22 loc) · 860 Bytes
/
ui.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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Stylr</title>
<link rel="stylesheet" type="text/css" media="screen" href="materialize.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<div id="stylr_styles">
<ul class='stylr_container'>
<a id='btn_add' class="btn-floating waves-effect waves-light red"><i class="material-icons">add</i></a>
</ul>
<a class="btn waves-effect waves-light" id="btn_apply" >Apply</a>
</div>
<script src="jquery-3.3.1.min.js"></script>
<script src="materialize.min.js"></script>
<script src="script.js"></script>
</body>
</html>