-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
47 lines (38 loc) · 1.48 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
37
38
39
40
41
42
43
44
45
46
47
<html><!-- InstanceBegin template="/Templates/ContentItem.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- map title tag to page's Title property -->
<meta name="N2:MapProperty" content="title -> Title" />
<meta name="N2:ZoneSelector" content=".N2_Zone" />
<meta name="N2:PartSelector" content=".N2_Part" />
<meta name="N2:AttributeSelector" content=".N2_Attribute" />
<meta name="N2:IgnoreSelector" content=".N2_Ignore" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>N2 Documentation</title>
<!-- InstanceEndEditable -->
<meta name="N2:ShowNav" content="true" />
<meta name="N2:ShowTitle" content="false" />
<meta name="N2:Type" content="TextPage" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="/Templates/DevStyle.css" />
</head>
<body>
<div class="N2_Zone" id="Left">
<div class="N2_Ignore">
<!-- begin N2 navigation - DO NOT EDIT BELOW THIS LINE -->
<!--#include virtual="/N2_SSI.html" -->
<!-- end N2 navigation - DO NOT EDIT ABOVE THIS LINE -->
</div>
</div>
<div class="N2_Zone" id="Content">
<div class="N2_Part RawHTML" id="Content_01">
<div class="N2_Attribute Text">
<!-- InstanceBeginEditable name="body" -->
<h1>Welcome to the N2 documentation</h1>
<p>This is a placeholder page. Use the navigation to the left to get started. </p>
<!-- InstanceEndEditable -->
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>