-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.29 KB
/
index.html
File metadata and controls
29 lines (27 loc) · 1.29 KB
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
<!DOCTYPE HTML>
<html>
<head>
<!-- make hieght of the page big -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->
<style media="screen">
html,body {height:100%}
</style>
<!-- <link rel="stylesheet" href="style.css"><br><br><br><br> -->
<div class="btn-group">
<button type="button" class="btn btn-primary disabled"><i class="material-icons">cloud</i></button>
<button type="button" class="btn btn-primary active">Samsung</button>
<button type="button" class="btn btn-primary active">Sony</button>
</div>
<p>SOme text to eve<p> an element </p> ntually select</p>
<p >Ome text to easdasdve<p> an asdasda <b>sde</b> lement </p> ntuaadsasdasdlly select</p>
<p >12345<p>newnode131517<span class="bold-class">18</span>endSPAN </p> ntualasdasdasdasdasdly select</p>
<i class="material-icons">cloud</i>
<script src="euler-p1-4.js"></script>
<script src="prob9.js"></script>
</head>
<body>
</body>
</html>