🐔🍛 Checkpoint
./index.html:1062301/1049
This commit is contained in:
@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="canonical" href="https://glitch-hello-website.glitch.me/" />
|
|
||||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||||
|
|
||||||
<title>Hello World!</title>
|
<title>Hello World!</title>
|
||||||
|
|
||||||
<!-- meta tags for SEO and social sharing -->
|
<!-- meta tags for SEO and social sharing -->
|
||||||
|
<link rel="canonical" href="https://glitch-hello-website.glitch.me/" />
|
||||||
<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" />
|
||||||
<meta property="og:title" content="Hello World!" />
|
<meta property="og:title" content="Hello World!" />
|
||||||
@ -25,8 +25,10 @@
|
|||||||
<script src="/script.js" defer></script>
|
<script src="/script.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!-- the wrapper and content divs set margins and positioning -->
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<!-- this is the start of content for our page -->
|
||||||
<h1 class="title">Hello World!</h1>
|
<h1 class="title">Hello World!</h1>
|
||||||
<img
|
<img
|
||||||
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg?v=1618177344016"
|
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg?v=1618177344016"
|
||||||
@ -35,6 +37,7 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- the footer holds our remix button — you can use it for structure or cut it out ✂ -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="links"></div>
|
<div class="links"></div>
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user