You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
// @ts-nocheck
|
|
|
|
|
|
document.querySelector("page-header").innerHTML = `
|
|
|
<h1 class="pb-4">
|
|
|
<img
|
|
|
src="${pwd}/images/white-cloud.png"
|
|
|
width="100"
|
|
|
class="my-auto logo"
|
|
|
alt="Settings Sync"
|
|
|
/>
|
|
|
Settings Sync
|
|
|
</h1>
|
|
|
<h2 class="mx-auto pt-2">
|
|
|
<b>Synchronize</b> settings, snippets, themes, icons, launch,
|
|
|
keybindings, workspaces and extensions across machines
|
|
|
using GitHub Gist.
|
|
|
</h2>
|
|
|
<br/>`;
|