Last active
December 3, 2020 14:03
-
-
Save brgnepal/1d1a9b1c1148e666377acacf0a6cb5da to your computer and use it in GitHub Desktop.
first-web-page.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>First Web page created on Aug 6, 1991</title> | |
</head> | |
<body> | |
<h1>World Wide Web</h1> | |
<p> | |
The WorldWideWeb (W3) is a wide-area | |
<a href="http://info.cern.ch/hypertext/WWW/WhatIs.html" target="_blank">hypermedia</a> | |
information retrieval initiative aiming to give universal access to a large universe of documents. | |
Everything there is online about W3 is linked directly or indirectly to this document, including an executive summary of the project, Mailing lists , | |
Policy , November's W3 news , Frequently Asked Questions . | |
</p> | |
<dl> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/DataSources/Top.html"> | |
What's out there? | |
</a> | |
</dt> | |
<dd> | |
Pointers to the world's online information, | |
<a href="http://info.cern.ch/hypertext/DataSources/bySubject/Overview.html">subjects</a>, | |
<a href="http://info.cern.ch/hypertext/DataSources/WWW/Servers.html">W3 servers</a>, etc. | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/Help.html">Help</a> | |
</dt> | |
<dd> | |
on the browser you are using | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/Status.html">Software Products</a> | |
</dt> | |
<dd> | |
A list of W3 project components and their current state. (e.g. | |
<a href="http://info.cern.ch/hypertext/WWW/LineMode/Browser.html">Line Mode</a>, | |
X11 <a href="http://info.cern.ch/hypertext/WWW/Status.html#35">Viola</a>, | |
<a href="http://info.cern.ch/hypertext/WWW/NeXT/WorldWideWeb.html">NeXTStep</a>, | |
<a href="http://info.cern.ch/hypertext/WWW/Daemon/Overview.html">Servers</a>, | |
<a href="http://info.cern.ch/hypertext/WWW/Tools/Overview.html">Tools</a>, | |
<a href="http://info.cern.ch/hypertext/WWW/MailRobot/Overview.html">Mail robot</a>, | |
<a href="http://info.cern.ch/hypertext/WWW/Status.html#57">Library</a> ) | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/Technical.html">Technical</a> | |
</dt> | |
<dd> | |
Details of protocols, formats, program internals etc | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/Bibliography.html">Bibliography</a> | |
</dt> | |
<dd> | |
Paper documentation on W3 and references. | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/People.html">People</a> | |
</dt> | |
<dd>A list of some people involved in the project.</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/History.html">History</a> | |
</dt> | |
<dd> | |
A summary of the history of the project. | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/WWW/Helping.html">How can I Help</a> ? | |
</dt> | |
<dd> | |
If you would like to support the web.. | |
</dd> | |
<dt> | |
<a href="http://info.cern.ch/hypertext/README.html">Getting code</a> | |
</dt> | |
<dd> | |
Getting the code by | |
<a href="http://info.cern.ch/hypertext/WWW/LineMode/Defaults/Distribution.html">anonymous FTP</a>, etc. | |
</dd> | |
</dl> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment