-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- revised for html5, 2011 oct 25
(Info for revision from
"HTML5 and CSS3: Develop with Tomorrow's Standards Today" by Brian P. Hogan
and
http://www.infoworld.com/d/applications/how-use-html5-your-website-today-220 -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!--link rel="stylesheet" type="text/css" media="screen" href="http://192.168.0.4/webstuff/styles/montblanc_styles.css" /-->
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<!-- for iphone
note: "maximum-scale=5.0; minimum-scale=0.1" is possible but unnecessary?
note: "user-scalable=true;" doesn't work, actually disallows scaling. -->
<title>mroam at github</title>
</head>
<body>
<header>
<h1>mroam projects on github, 2021</h1>
<h2> This is a simple sample: <a href="https://mroam.github.io/weblinks/">weblinks</a> is better!
<h2>See <a href="https://github.com/mroam?tab=repositories">mroam repositories</a>!<!-- in May 2022.--></h2>
<!-- I transferred repos and changed links to m......m in April but then realized I could keep them in mroam, brought them back! -->
</header>
<article>
Please see <a href="https://mroam.github.io/weblinks/">weblinks</a>...
</article>
<footer>
html by mjr, rev 2022 May 9
</footer>
</body></html>