-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.21 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
31
32
33
34
35
36
<html>
<head>
<meta charset="UTF-8">
<title>Mission Critical Cloud API Documentation</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 40px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article_prod { display: block; text-align: left; width: 850px; margin: 0 auto; }
article_beta { display: block; text-align: left; width: 850px; margin: 0 auto; font-size: 70%}
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
<article_prod>
<marquee width="640" behavior="slide" scrollamount="7"></marquee>
<h1>Welcome to Mission Critical Cloud API Documentation</h1>
<div>
<p>Please select an authentication level to continue:</p>
<p></p>
<p>
<a href="TOC_Root_Admin.html">ROOT ADMIN</a>
<a href="TOC_Domain_Admin.html">DOMAIN ADMIN</a>
<a href="TOC_User.html">USER</a>
</p>
</div>
</article_prod>
<article_prod>
<div>
<p>— The Mission Critical Cloud Team</p>
</div>
</article_prod>
</body>
</html>