Skip to content

Commit

Permalink
experimenting with links
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonges committed Oct 20, 2023
1 parent 0ce4eae commit 6f5d500
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Web4university/Web1/static/index.htm

This file was deleted.

1 change: 1 addition & 0 deletions Web4university/Web1/static/index.htm
23 changes: 23 additions & 0 deletions Web4university/Web1/static/index.html
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>
23 changes: 23 additions & 0 deletions Web4university/index.html
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>

0 comments on commit 6f5d500

Please sign in to comment.