-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (45 loc) · 2.17 KB
/
index.html
File metadata and controls
executable file
·50 lines (45 loc) · 2.17 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
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MD UnderConstruction</title>
<link rel="shortcut icon" href="images/favicon.gif" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20585382-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--[if lte IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('#logo img, #info, .social-fb, .social-tw');
</script>
<![endif]-->
</head>
<body>
<div id="wrap">
<div id="screenshot"><img src="http://files.megadrupal.com/md_construction/soon.jpg" width="1071" height="939" /></div>
<div id="info">
<div id="logo"><a href="#"><img src="images/logo.png" width="308" height="90" /></a></div>
<div class="text">
<h1>MegaDrupal is underconstruction</h1>
<div>This is an example of a Drupal node, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many node like this one as you like and manage all of your content inside of Drupal.</div>
</div>
<div class="subs">
<input type="text" class="textinput" />
<input type="submit" class="button" value="Sign up" />
<a href="#" class="social-fb" title="Become a fan on Facebook">Facebook</a>
<a href="#" class="social-tw" title="Follow me on Twitter">Twitter</a>
</div>
</div><!-- /info -->
</div>
</body>
</html>