-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoming_soon.php
More file actions
47 lines (38 loc) · 1.06 KB
/
coming_soon.php
File metadata and controls
47 lines (38 loc) · 1.06 KB
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
37
38
39
40
41
42
43
44
45
46
47
<!--
*** Keep this commented as as it overrides some CSS settings for
*** <H3>, <H2>, ... tags.
**
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
-->
<HTML>
<HEAD>
<TITLE> OnapDocs Menu</TITLE>
<link rel="stylesheet" href="css/menu_style.css">
</HEAD>
<!--style type="text/css">
.bgimg {
background-image: url('images/clouds.jpg');
}
</style-->
<style>
.bg
{
background-image: url('images/mountain.jpg');
}
</style>
<body>
</style>
<H3 id="main_menu_title_large"><center>ONAP Docs</center></H3>
<H2 id="main_menu_title_medium"><center> Landing Page</center></H2>
<H1 id="main_menu_title_small"><center>Prototype <font size="2" color="blue">(0.4b)</font></center></H1>
<div ="sub_main_menu_wrapper" class="bg" >
<H3><center><font size="6" color="grey">This Page</font></center></H3>
<H2><center><font size="5" color="grey">is Under Construction.</center></H2>
<H2><center><font size="4" color="grey">it should be Available Soon</center></H2>
<br><br>
</div>
<!--div id="sub_main_menu_wrapper">
</div-->
</body>
</HTML>