Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
username0136 authored Aug 24, 2022
1 parent d1124df commit 502c946
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion public/patch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="../styles/fontawesome.css" rel="stylesheet" type="text/css" />
<link href="../styles/core.css" rel="stylesheet" type="text/css" />
<link href="../styles/dependencies.css" rel="stylesheet" type="text/css" />
<script src="../index.js"></script>
<script src="../index.js" defer></script>
</head>

<body>
Expand All @@ -32,6 +32,38 @@ <h1>Patching...</h1>
class="social-icon fa-xl fa-solid fa-question-circle"
onclick="openAbout();"
></i>
<div style="margin-left: 10px"></div>
<i
class="social-icon fa-xl fa-solid fa-palette"
onclick="openColorPicker();"
></i>
<div class="theming">
<ul id="themecolor-picker">
<li>
<span style="background: #4873b3 none repeat scroll 0% 0%"></span>
</li>
<li>
<span
style="background: #df0000bf none repeat scroll 0% 0%"
></span>
</li>
<li>
<span
style="background: #605dbbb3 none repeat scroll 0% 0%"
></span>
</li>
<li>
<span
style="background: #00e60069 none repeat scroll 0% 0%"
></span>
</li>
<li>
<span
style="background: #0067fdc7 none repeat scroll 0% 0%"
></span>
</li>
</ul>
</div>
<span class="right"></span>
</footer>
</div>
Expand Down

0 comments on commit 502c946

Please sign in to comment.