This repository was archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
44 lines (40 loc) · 1.61 KB
/
links.html
File metadata and controls
44 lines (40 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>LUNCHTML 2.0 - Review: MVP Tags</title>
<link rel="stylesheet" type="text/css" href="style-review.css" />
<link href='http://fonts.googleapis.com/css?family=Ribeye+Marrow' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>LINKS!!!!!1!</h1>
<div class="content-wrapper">
<ul>
<li>
<a href="https://sites.google.com/a/ziffdavis.com/hr/home/news/lunchtml" target="_top">LUNCHTML</a>
<br>
https://sites.google.com/a/ziffdavis.com/hr/home/news/lunchtml
</li>
<li>
<a href="http://www.stripegenerator.com/" target="_top">Strip Generator</a>
<br>
http://www.stripegenerator.com/
</li>
<li>
<a href="http://www.google.com/webfonts" target="_top">Google Webfonts</a>
<br>
http://www.google.com/webfonts
</li>
<li>
<a href="http://www.pcmag.com/article2/0,2817,2395359,00.asp" target="_top">Inventor of CSS</a>
<br>
http://www.pcmag.com/article2/0,2817,2395359,00.asp
</li>
<li>
<a href="http://sweetlyscrappedart.blogspot.com/2011/12/free-digi-stamps.html" target="_top">Frame</a>
<br>
http://sweetlyscrappedart.blogspot.com/2011/12/free-digi-stamps.html
</li>
</ul>
</body>
</html>