Newer
Older
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>
Not Found –
ORNL Enterprise Architecture Reference
</title>
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
<link rel="stylesheet" href="http://localhost:4000/css/foundation.min.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="http://localhost:4000/css/app.css" type="text/css" media="screen, projection" />
<link media="only screen and (max-device-width: 480px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link media="only screen and (device-width: 768px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<script type="text/javascript" src="/js/application.js"></script>
<link rel="stylesheet" href="http://localhost:4000/css/syntax.css" type="text/css" media="screen, projection" />
</head>
<body>
<div class="container">
<div class="row expanded header-section">
<div class="medium-12 columns">
<div class="row align-justify align-middle">
<div class="title-bar" data-responsive-toggle="example-menu" data-hide-for="medium">
<button class="menu-icon" type="button" data-toggle></button>
<div class="title-bar-title">Menu</div>
</div>
<div class="top-bar-left">
<a href="/" aria-label="Avatar">
<img src="/images/ornl-logo.png" height="105px" width="280px" class="avatar" />
</a>
</div>
<div class="top-bar" id="example-menu">
<div class="top-bar-right">
<ul class="dropdown menu" data-dropdown-menu>
<!--<ul class="vertical medium-horizonal menu">-->
<!--<li><a href="/about.html">About</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/contact.html">Contact</a></li>-->
<li>
<a href="/" >
Gitlab Pages Demo
</a>
</li>
<li>
<a href="/about/" >
About
</a>
</li>
<li>
<a href="/contact.html" >
Contact Us
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="medium-12 columns">
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
</ol>
</div>
</div>
</div>
<div class="row content-section">
<div class="small-12 medium-9 columns">
<section class="content">
<h1>Not Found</h1>
<p>Sorry! Couldn't find that page. Bummer.</p>
</section>
</div>
<div class="medium-3 columns">
<section id="article">
<h3>Related Links</h3>
<ul>
<li><a href="#">Test link</a></li>
<li><a href="#">Related link</a></li>
<li><a href="#">Another type of link</a></li>
</ul>
</section>
</div>
</div>
<div class="row expanded footer-section">
<div class="medium-12 columns">
<div class="row align-justify align-middle">
<section class="footer">
<ul class="menu">
<li><a href="https://www.ornl.gov/ornl/contact-us/Security--Privacy-Notice">Privacy</a></li>
<li><a href="https://www.ornl.gov/content/accessibility">Accessibility</a></li>
<li><a href="https://www.ornl.gov/content/contact-us">Contact Us</a></li>
<li><a href="https://www.ornl.gov">ORNL Home Page</a></li>
</ul>
<section class="infoclassification">
<section>
<section class="pagestatus">
</section>
</section>
<script src="http://localhost:4000/js/vendor/jquery.js"></script>
<script src="http://localhost:4000/js/vendor/what-input.js"></script>
<script src="http://localhost:4000/js/vendor/foundation.min.js"></script>
<script src="http://localhost:4000/js/app.js"></script>
</div>
</div>
</div>
</div>
</body>
</html>