snek/index.html
Glitch (wiry-plaid-valley) 0f3c273b7c 🏔😺 Checkpoint
./index.html:1062301/1596
2021-03-27 18:12:25 +00:00

53 lines
2.1 KiB
HTML

<!DOCTYPE html>
<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" />
<title>Hello World!</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<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="illustration.svg"
class="illustration"
alt="Editor illustration"
/>
</div>
</div>
<nav class="navigation">
<a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix">
<img src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" />
Remix on Glitch
</a>
</nav>
</body>
</html>