Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Edox11 authored May 29, 2024
1 parent f479615 commit f81494c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>My wonderful website</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Welcome to my wonderful website</h1>
<p>You will never find another place as cool as this</p>
<p><img src="img/bridge.jpg" alt="A nice picture of The Bridge"/></p>
</body>
</html>
<link rel="icon" href="./assets/images/" />
<title>Project Atene</title>
<meta name="description" content="A portfolio template for the Unemployables community.">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="./css/layout.css">
<link rel="stylesheet" href="./css/typography.css">
<link rel="stylesheet" href="./css/utilities.css">

0 comments on commit f81494c

Please sign in to comment.