-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.html
More file actions
37 lines (34 loc) · 1.58 KB
/
Copy pathapi.html
File metadata and controls
37 lines (34 loc) · 1.58 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 style="width:100%;height:100%;">
<head>
<link rel="stylesheet" href="style.css" />
<title>sync.js API</title>
<link rel="icon" href="icon.png" />
<meta name="google-site-verification" content="LKIThRhzjIXHbuJDOimsoB5O4Bb4eMFMp-YgYNFAG1M" />
<meta name="description" content="Backup and Restore website data to Google Account">
<meta name="title" content="sync.js">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<script src='https://exactalytics.pages.dev/import.js'></script>
<script>analyticsInit('sync.js', '3moxYInXFN6fp')</script>
<style>
.coderef {
font-family: monospace;
font-weight: bold;
}
</style>
</head>
<body style="width:99%;height:99%;">
<a href="/"><img src="icon.png" width="60px" /></a><a href="login" style="float:right"><button>Log In</button></a>
<div style="height: 100px;"></div>
<div style="text-align: center;">
<h1>Add easy sync.js access to your website</h1>
<h3>Add this <span class="coderef" style="font-size: 20px;">script</span> tag to your website</h3>
<textarea onclick="this.select()" class="coderef" style="width: 300px;"><script src="https://sync-js.pages.dev/import.js"></script>
<script>sjs.showDot()</script></textarea>
<p><a href="reference"><button style="height: 60px;">Reference <span class="material-symbols-outlined">arrow_forward</span></button></a>
</p>
</div>
</body>
</html>