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