-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhy-js.html
42 lines (41 loc) · 2.42 KB
/
why-js.html
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
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>Scratch Profile Embed</title>
<link rel="stylesheet" href="landing/changelog/changelog.css">
<link rel="icon" href="images/icon.ico">
</head>
<body>
<h3 id="usage-info-title">Scratch Profile Embed <span class="beta">BETA</span></h3>
<p id="usage-info-paragraph">Embed your Scratch profile on your website</p>
<div id="presentation-content">
<h1>Why do I need JavaScript to use Scratch Profile Embed ?</h1>
<p>It is a choice.<br>When you look at an embedded profile, the profile info is loaded using JavaScript. It is because this service is hosted on GitHub Pages, which does not support pre-processors like PHP, so profile info can't be loaded from the service server, so I am obligated to make it load with JavaScript. For more info, Contact support with the chatbox on the right (works with JS only, sorry)</p>
</div>
<footer>
<img src="images/footer.png" alt="Made by Locness">
<br>
<a href="https://github.com/locness3/scratch-profile-embed" target="_blank"><i data-feather="github"></i></a>
</footer>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="00d0b1f0-0f6a-4dc2-ae37-91f2febc6e1d";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
<!-- Start Open Web Analytics Tracker -->
<script type="text/javascript">
//<![CDATA[
var owa_baseUrl = 'http://locness.byethost6.com/owa/';
var owa_cmds = owa_cmds || [];
owa_cmds.push(['setSiteId', 'e6e261999a0fe0756278d64db81168b0']);
owa_cmds.push(['trackPageView']);
owa_cmds.push(['trackClicks']);
(function() {
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}());
//]]>
</script>
<!-- End Open Web Analytics Tracker -->
</body>