🏔😺 Checkpoint
./index.html:1062301/1596
This commit is contained in:
parent
7e0bc9c7c9
commit
0f3c273b7c
1 changed files with 19 additions and 0 deletions
19
index.html
19
index.html
|
@ -12,6 +12,25 @@
|
|||
|
||||
<!-- 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">
|
||||
|
|
Loading…
Reference in a new issue