-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 958 Bytes
/
index.html
File metadata and controls
34 lines (29 loc) · 958 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
27
28
29
30
31
32
33
34
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml"
lang="en">
<head>
<!-- wtf git push -u origin master -->
<meta charset="utf-8" />
<title>Resonant Software Services, Inc.</title>
<base href="/" />
<style type="text/css">
html, body {
height:100%;
margin:0;
}
</style>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<div class="col-md-12">
Resonant Software Services contact info:
</div>
<div class="col-md-12">
email: kenneth@rssvc.com
</div>
</div>
</body>
</html>