-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.html
More file actions
20 lines (20 loc) · 851 Bytes
/
project.html
File metadata and controls
20 lines (20 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:title" content="{project.name}">
<meta name="twitter:title" content="{project.name}">
<meta name="author" content="{project.author}">
<meta name="theme-color" content="#00C3FF">
<meta property="og:description" content="{project.instructions} {project.notes}">
<meta property="og:image" content="https://snailshare-backend.glitch.me/api/pmWrapper/iconUrl?id={project.id}">
<meta name="description" content="{project.notes}">
<meta property="twitter:description" content="{project.notes}">
<title>Snail IDE - {project.name}</title>
</head>
<body>
<p>Please wait...</p>
<script>
location.href = 'https://snail-ide.js.org/#{project.id}'
</script>
</body>
</html>