-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../index.html |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Your first Web 1.0 static page</title> | ||
<meta charset="utf-8"> | ||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<style type="text/css"></style> | ||
</head> | ||
|
||
<body> | ||
<h1>Hello my Friend!</h1> | ||
Nice to have you here... | ||
|
||
<p> | ||
Here you can <a href="learn.htm">learn</a> more HTML | ||
</p> | ||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Your first Web 1.0 static page</title> | ||
<meta charset="utf-8"> | ||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<style type="text/css"></style> | ||
</head> | ||
|
||
<body> | ||
<h1>Hello my Friend!</h1> | ||
Nice to have you here... | ||
|
||
<p> | ||
Here you can <a href="learn.htm">learn</a> more HTML | ||
</p> | ||
|
||
|
||
</body> | ||
|
||
</html> |