Files
fedizinefest/index.html
Glitch (glitch-hello-website) f2257c34e0 🍍🖐 Checkpoint
./index.html:617503/14
2021-04-12 03:39:12 +00:00

46 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<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="/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">
</head>
<body>
<div class="wrapper">
<div class="content">
<span class="title">Hello World!</span>
<img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg?v=1618177344016"
class="illustration"
alt="Editor illustration"
/>
</div>
</div>
<nav class="navigation">
<a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix" target="_top">
<img src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" alt="Glitch logo" />
Remix on Glitch
</a>
</nav>
</body>
</html>