-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 767 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 767 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
<!DOCTYPE html>
<html>
<head>
<title>Bluemix dglozic</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://bluemix.net/api/v1/css/common.css">
<link rel="stylesheet" href="http://bluemix.net/api/v1/css/header.css">
<link rel="stylesheet" href="http://bluemix.net/api/v1/css/footer.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="body-wrapper">
{header|s}
<div class="content-wrapper">
{leftNav|s}
<div class="main-content">
<h1>Bluemix page running in GitHub for user dglozic</h1>
</div>
</div>
{footer|s}
</div>
<script src="http://bluemix.net/api/v1/js/header/header.js"></script>
</body>
</html>