forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JS beats</title>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="http://css.localhost.com/css/bootstrap.min.css" rel="stylesheet">
<link href="http://css.localhost.com/css/index.css" rel="stylesheet">
</head>
<body>
<div class="app-container container-fluid">
<div class="header-container row bg-success">
<div class="header-section-name col-lg-12">
<h1 class="header-name">JS beats</h1>
</div>
</div>
<div class="content-container row bg-success">
<div id="content-section-editor" class="content-section-editor col-lg-5 col-md-5 col-sm-12 col-xs-12">function() {}</div>
<div class="content-section-graph col-lg-7 col-md-7 col-sm-12 col-xs-12"></div>
</div>
</div>
</body>
</html>