-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproject.html
21 lines (21 loc) · 977 Bytes
/
project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:title" content="{project.title}">
<meta name="twitter:title" content="{project.title}">
<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="{api_url}/api/v1/projects/getproject?projectId={project.id}&requestType=thumbnail">
<meta name="description" content="{project.notes}">
<meta property="twitter:description" content="{project.notes}">
<meta name="twitter:card" content="{api_url}/api/v1/projects/getproject?projectId={project.id}&requestType=thumbnail">
<title>PenguinMod - {project.title}</title>
</head>
<body>
<p>Please wait...</p>
<script>
location.href = '{studio_url}/#{project.id}'
</script>
</body>
</html>