2017-10-10 12:57:38 +00:00
|
|
|
<!DOCTYPE html>
|
2018-03-19 20:01:30 +00:00
|
|
|
<html lang="en">
|
2017-10-10 12:57:38 +00:00
|
|
|
<head>
|
2020-10-14 18:31:47 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-05-11 22:27:53 +00:00
|
|
|
|
2020-10-23 19:31:30 +00:00
|
|
|
<title>Hello World!</title>
|
2020-10-14 18:31:47 +00:00
|
|
|
|
2018-03-19 20:01:30 +00:00
|
|
|
<!-- import the webpage's stylesheet -->
|
2021-03-27 18:20:29 +00:00
|
|
|
<link rel="stylesheet" href="/public/style.css" />
|
2020-10-14 18:31:47 +00:00
|
|
|
|
2018-03-19 20:01:30 +00:00
|
|
|
<!-- import the webpage's javascript file -->
|
2021-03-27 18:20:29 +00:00
|
|
|
<script src="/public/script.js" defer></script>
|
2021-03-27 18:12:25 +00:00
|
|
|
|
|
|
|
|
<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">
|
2020-10-14 18:31:47 +00:00
|
|
|
</head>
|
2017-10-10 12:57:38 +00:00
|
|
|
<body>
|
2020-10-14 18:31:47 +00:00
|
|
|
<div class="wrapper">
|
2020-11-05 18:10:17 +00:00
|
|
|
<div class="content">
|
|
|
|
|
<span class="title">Hello World!</span>
|
2020-10-15 17:23:03 +00:00
|
|
|
<img
|
2021-03-27 18:20:29 +00:00
|
|
|
src="/public/illustration.svg"
|
2020-11-05 18:10:17 +00:00
|
|
|
class="illustration"
|
|
|
|
|
alt="Editor illustration"
|
2020-10-15 17:23:03 +00:00
|
|
|
/>
|
2020-11-05 18:10:17 +00:00
|
|
|
</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" />
|
2020-10-15 17:23:03 +00:00
|
|
|
Remix on Glitch
|
2020-11-05 17:58:04 +00:00
|
|
|
</a>
|
2020-11-05 18:10:17 +00:00
|
|
|
</nav>
|
2017-10-10 12:57:38 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|