-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlinuxinator.html
33 lines (30 loc) · 1010 Bytes
/
linuxinator.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
<!DOCTYPE html>
<html>
<head>
<title>Linuxinator</title>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,100" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="custom-navbar">
<a href='./' class="custom-navtitle">
<strong>Linuxinator</strong>
</a>
</div>
<div class="container">
<form class="form-group" enctype="" id="" method="" name="" role="">
<div class="form-group col-md-offset-4 col-xs-offset-2 col-xs-8 col-md-4 form-div-board">
<center>
<button class="download btn btn-default" type="button">BUILD</button>
</center>
</div>
</form>
</div>
<div id="footer">
</div>
</body>
</html>