🚿🍬 Checkpoint
./.glitch-assets:1062301/395 ./index.html:1062301/593 ./script.js:1062301/160
This commit is contained in:
17
index.html
17
index.html
@ -2,43 +2,34 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<title>Hello World!</title>
|
||||
|
||||
<!-- import the webpage's stylesheet -->
|
||||
<link rel="stylesheet" href="/public/style.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
|
||||
<!-- import the webpage's javascript file -->
|
||||
<script src="/public/script.js" defer></script>
|
||||
<script src="/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">
|
||||
|
||||
<link rel="canonical" href="https://glitch-hello-website.glitch.me/">
|
||||
|
||||
<meta property="og:title" content="Hello World!">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
<meta property="og:url" content="https://glitch-hello-website.glitch.me/">
|
||||
<meta property="og:description" content="A simple website, built with Glitch. Remix it to get your own.">
|
||||
<meta property="og:image" content="https://cdn.glitch.com/605e2a51-d45f-4d87-a285-9410ad350515%2Fhello-website-social.png?v=1616712748147">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
|
||||
<meta name="twitter:url" content="https://glitch-hello-website.glitch.me/">
|
||||
<meta name="twitter:title" content="Hello World!">
|
||||
<meta name="twitter:description" content="A simple website, built with Glitch. Remix it to get your own.">
|
||||
<meta name="twitter:image" content="https://cdn.glitch.com/605e2a51-d45f-4d87-a285-9410ad350515%2Fhello-website-social.png?v=1616712748147">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<span class="title">Hello World!</span>
|
||||
<img
|
||||
src="/public/illustration.svg"
|
||||
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg?v=1618177344016"
|
||||
class="illustration"
|
||||
alt="Editor illustration"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user