🙏⏳ Checkpoint
./index.html:1062301/22
This commit is contained in:
@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user