-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.htm
More file actions
60 lines (53 loc) · 3.05 KB
/
Copy pathdefault.htm
File metadata and controls
60 lines (53 loc) · 3.05 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>WebMatrix Default Page</title>
<style type="text/css">
html { background: transparent url('images/webx-bkg.png') repeat-x; margin: 0; padding: 0; }
body { font-family: "Segoe UI", Tahoma, Helvetica, Arial, Sans-Serif; margin: 0; padding: 0; line-height: 150%; background: transparent url('images/webx-content-bkg.jpg') no-repeat center top; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; color: #434343; }
.container { width: 800px; margin: 0 auto 0 auto; padding: 40px 0 0 0; }
.header { overflow:auto; }
.header img { float: left; padding: 18px 25px 10px 0px; }
h1 { font-size: 1.6em; font-weight: normal; }
h3 { font-size: 1.1em; font-weight: normal; }
a { color: #577fae; }
a:hover { color: #92a5bc; }
.content { overflow: auto; font-size: 0.9em; padding: 10px 0 10px 0; }
.content .start { float: left; width: 365px; padding: 0 20px 0 15px; }
.content .resources { float: left; width: 369px; padding: 0 0 0 30px; border-left: 1px dotted #c7ccd3; }
.footer { font-size: 0.7em; margin: 20px 0 20px 0; padding: 15px 0px 0px 0px; list-style: none; border-top: 1px dotted #c7ccd3; overflow: auto; }
.footer li { width: 49%; text-align: left; float: left; color: #999999; }
.footer li:first-child { width: 49%; text-align: right; float: right; color: #434343; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="images/webx-icon.png" alt="WebMatrix" />
<h1>Default Home Page</h1>
<h3>Welcome home! Use WebMatrix to customize this page and make it your own. Explore the product and learn more about WebMatrix below. </h3>
</div>
<div class="content">
<div class="start">
<p>
Explore the product and learn how to streamline your Web site development with WebMatrix.</p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=194792">WebMatrix Overview</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=194791">Top features you'll love</a></li>
</ul>
</div>
<div class="resources">
<p>Learn how to build Web sites using the world's best open source apps and ASP.NET Web pages.</p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=194790">Create your first website using WebMatrix</a> </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=194789">Start a new site using open source apps</a></li>
</ul>
</div>
</div>
<ul class="footer">
<li>We're always looking for <a href="http://go.microsoft.com/fwlink/?LinkId=194793">bugs, feedback and suggestions!</a></li>
<li>© 2010-2011 Microsoft Corporation. Powered by IIS Express.</li>
</ul>
</div>
</body>
</html>