-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpictures.html
37 lines (31 loc) · 852 Bytes
/
pictures.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
<title>Random Photos</title>
<body bgcolor=#3d74e2>
<center>
<hr size=5>
<hr size=3>
<hr size=1><br>
<font size=4>Some gratuitous shots of me being my dangerous ski badass
self</font><br>
<br>
<img src="ski1.gif"> 
<img src="ski2.gif"><br>
<i><font size=2>Me going over the Cornice at Arapahoe Basin, CO</font></i><br>
<i><font size=2>during and after the fact</font></i>
<hr size=1><br>
<font size=4>My Sweetie</font><br>
<img src="sarah_scaled.jpg"><br>
<i><font size=2>Sarah
</font></i><br>
<hr size=3>
<hr size=5><br>
</center>
</body>
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write("<IMG SRC=\"/cgi-bin/ax.cgi?trans.gif&ref=");
document.write(document.referrer);
document.write("\" HEIGHT=1 WIDTH=1>");
// -->
</SCRIPT><NOSCRIPT>
<IMG SRC="/cgi-bin/ax.cgi?trans.gif" HEIGHT="1" WIDTH="1">
</NOSCRIPT>