🙏⏳ Checkpoint
./index.html:1062301/22
This commit is contained in:
@ -8,10 +8,10 @@
|
|||||||
<title>Hello World!</title>
|
<title>Hello World!</title>
|
||||||
|
|
||||||
<!-- import the webpage's stylesheet -->
|
<!-- import the webpage's stylesheet -->
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/public/style.css" />
|
||||||
|
|
||||||
<!-- import the webpage's javascript file -->
|
<!-- 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="description" content="A simple website, built with Glitch. Remix it to get your own.">
|
||||||
<meta name="robots" content="index,follow">
|
<meta name="robots" content="index,follow">
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<span class="title">Hello World!</span>
|
<span class="title">Hello World!</span>
|
||||||
<img
|
<img
|
||||||
src="illustration.svg"
|
src="/public/illustration.svg"
|
||||||
class="illustration"
|
class="illustration"
|
||||||
alt="Editor illustration"
|
alt="Editor illustration"
|
||||||
/>
|
/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user