🙏 Checkpoint

./index.html:1062301/22
This commit is contained in:
Glitch (wiry-plaid-valley)
2021-03-27 18:20:29 +00:00
parent 0f3c273b7c
commit 78c19380f5
4 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
<title>Hello World!</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/public/style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<script src="/public/script.js" defer></script>
<meta name="description" content="A simple website, built with Glitch. Remix it to get your own.">
<meta name="robots" content="index,follow">
@ -37,7 +37,7 @@
<div class="content">
<span class="title">Hello World!</span>
<img
src="illustration.svg"
src="/public/illustration.svg"
class="illustration"
alt="Editor illustration"
/>

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB