-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml-template
206 lines (109 loc) · 3.96 KB
/
html-template
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
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset=“UTF-8”>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Port Jailhouse to agl </title>
<link rel="stylesheet" href="reset.css" type="text/css" />
<link rel="stylesheet" href="styles.css" type="text/css" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/slider.js"></script>
<script type="text/javascript" src="js/superfish.js"></script>
<script type="text/javascript" src="/js/custom.js"></script>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
</head>
<body>
<div id="container" class="width">
<header>
<div class="width">
<h1><a href="https://github.com/d80ep08th/Port-Jailhouse-to-AGL">Port Jailhouse to AGL</a></h1>
<!--
<nav>
<ul class="sf-menu dropdown">
<li class="selected"><a href="index.html">Home</a></li>
<li>
<a href="examples.html">Style examples</a>
<ul>
<li><a href="three-column.html">Three Column</a></li>
<li><a href="one-column.html">One Column</a></li>
<li><a href="#">Another link</a></li>
</ul>
</li>
<li><a href="#">Services</a></li>
<li>
<a href="#">Products</a>
<ul>
<li><a href="#">Product One</a></li>
<li><a href="#">Product Two</a></li>
<li><a href="#">Product Three</a></li>
</ul>
</li>
<li><a href="#">Contact</a></li>
</ul>
<div class="clear"></div>
</nav>
-->
</div>
<div class="clear">
</br>
<nav>
<ul class="sf-menu dropdown">
<li><a href="index.html">Home</a>
</li>
<li class="selected"><a href="week1.html">Week1</a>
<ul>
<li><a href="three-column.html">Three Column</a></li>
<li><a href="one-column.html">One Column</a></li>
<li><a href="#">Another link</a></li>
</ul>
</li>
<li><a href="week2.html">Week2</a>
<ul>
<li><a href="three-column.html">Initialize jailhouse hypervisor on the raspi4 with the image built from jailhouse-images repo</a></li>
<li><a href="one-column.html">Run an inmate in a jailhouse cell</a></li>
<li><a href="#">Research the yocto project for building images for AGL.</a></li>
</ul>
</li>
<li><a href="week3.html">Week3</a>
<!--
<ul>
<li><a href="#">Product One</a></li>
<li><a href="#">Product Two</a></li>
<li><a href="#">Product Three</a></li>
</ul>
-->
</li>
<li><a href="week4.html">Week4</a>
</li>
</ul>
<div class="clear"></div>
</header>
<div id="intro">
<div class="width">
<div class="intro-content">
<h2> Describe </h2>
</div>
</div>
</div>
<div id="body" class="width">
<section id="content" class="two-column with-right-sidebar">
<article>
<h2>Building Jailhouse image for Raspi 4</h2>
<div class="article-info">Posted on <time datetime="2020-06-6">6 June</time> by <a href="#" rel="author">Parth Dode [GSOC'20 week 2]</a></div>
<p>
</p>
</article>
</section>
<!-- <aside class="sidebar big-sidebar right-sidebar">
</aside> -->
<div class="clear"></div>
</div>
</div>
<footer>
</footer>
</body>
</html>