-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.sav
More file actions
68 lines (46 loc) · 1.06 KB
/
default.sav
File metadata and controls
68 lines (46 loc) · 1.06 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
<!--
Windows 95 Personal Web Server
Home Page
7/1/96 Created Microsoft
This page has been purposely kept very simple so that even
users that haven't created home pages before can
change the template very easily to suit their needs.
-->
<HTML>
<head>
<title>
My Home Page
</title>
</head>
<body>
<h2 align=center>
(Your Home Page goes here)
<!-- Change the line above with your name to say, Karen's Home Page-->
</h2>
Welcome to my web server running on Windows 95.
<p>
<!-- Add more information about yourself. Your interests etc. -->
<hr>
Here are my interests.
<ul>
<li> Movies
<li> Reading
</ul>
<hr>
Here are some useful links:
<ul>
<li> <a href=http://www.microsoft.com> Microsoft </a>
</ul>
<hr>
This page has been accessed <img ALT="Access counter" src=/scripts/counter.dll?9605071636> times.
<hr>
<center>
<font size=-2>
Brought to you by the
<a href=/docs/default.htm><b>Personal Web Server</b></a> from
<a href=http://www.microsoft.com><b>Microsoft</b></a>.
</font>
</center>
</BODY>
</HTML>