-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.96 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicons/favicon-16x16.png">
<link rel="manifest" href="/resources/favicons/site.webmanifest">
<link rel="mask-icon" href="/resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>ScratchBackup</title>
</head>
<body>
<h1>How to find your project</h1>
<br>
<p>Welcome to the site! We archive random projects, and projects that are requested, so you can always have a backup stored somewhere safe. In order to find your project, you can go to <a href=https://scratchbackup.github.io/projects/1>/projects/1</a> and change the "1" to the ID of your project.<br>
Then, you should download the contents of the webpage as a .txt or .json, and upload them to Scratch! As long as you're connected to the internet, it'll be able to load the assets of your project.</p>
<p>Want your project backed up? <a href=/docs/req>We got you covered.</a></p>
<br>
<p>There is also a WIP search function, at <a href=/search>/search</a>.</p>
<br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br>
<footer><h4><small><div id="bottom">Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. See <a href=http://scratch.mit.edu>the scratch website.</a></div><pre> </pre></h4></footer>
</body>
</html>