Zorin Start Page source code?

I am wanting to make my own version of the Zorin OS homepage, but I can't find the source code. Is there any way to obtain it?

I'm planning on hosting it on Github pages and changing the search engine options.

Doesn't reading the source code of the page help?

"<!doctype html>

Start
<link rel="stylesheet" href="https://assets.zorincdn.com/start.zorin.com/style.css" type="text/css">
<link rel="icon" href="https://assets.zorincdn.com/images/favicon.ico">
<link href="https://assets.zorincdn.com/vendor/inter/inter.css" rel="stylesheet" type="text/css">

<script src="https://assets.zorincdn.com/start.zorin.com/scripts/jquery-1.4.2.min.js"></script>
<script src="https://assets.zorincdn.com/start.zorin.com/scripts/tools.js"></script>
<script src="https://assets.zorincdn.com/start.zorin.com/scripts/scripts.js"></script>
<script src="https://assets.zorincdn.com/start.zorin.com/engines/base.js"></script>

<script async defer data-domain="start.zorin.com" src="https://plausible.zorin.com/js/index.js"></script>
<div id="engines"></div>

<div id="container">
	<form id="form" onsubmit="return doSearch()">
		<div id="input"><input id="i" type="text" autocomplete="off" spellcheck="false" placeholder="Search" /></div>
		<a onclick="nextLanguage()" id="lang"></a>
		<ul id="sugs"></ul>
	</form>

	<p id="method"></p>
</div>

<footer>
	<div class="legal">
		<div class="info">
			<div class="copyright"><span>© 2008 - 2022 Zorin Group</span> All Rights Reserved.<br>Any trademarks or logos used on this site are property of their respective owners.</div>
			<div class="terms"><a href="https://zorinos.com/legal/terms">Terms of Service</a><a href="https://zorinos.com/legal/privacy">Privacy Policy</a><a href="https://zorinos.com/legal/cookies">Cookies Policy</a></div>
		</div>
	</div>
</footer>

No, it doesn't as I can only modify parts of that main HTML file. I need to modify the js files too.

If you copy that source into a new HTML file, disconnect from the internet and load it in your browser, you'll see what I mean.

?:

I have to manually download it all

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.