🐠💃 Checkpoint

./style.css:617503/1560
./illustration.svg:617503/21274
./index.html:617503/2204
This commit is contained in:
Glitch (hello-webpage)
2020-10-14 18:31:47 +00:00
parent 438a9734eb
commit 71238e790f
3 changed files with 64 additions and 13 deletions

View File

@ -1,21 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hello!</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
</head>
<body>
<h1>Hello world!</h1>
<div class="wrapper">
<div class="content">
<h1>Hello world!</h1>
<img src="/illustration.svg" class="illustration" />
</div>
</div>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->