Fix index.html, Update mr

This commit is contained in:
bot 2024-06-16 17:10:58 +02:00
parent dd5056a16c
commit 7df89926b7
7 changed files with 11 additions and 3 deletions

View File

@ -235,7 +235,11 @@
<br /> <br />
<div class="article"> <div class="article">
<p>Alias: <b><code>MrLetsplay</code></b></p> <p>Alias: <b><code>MrLetsplay</code></b></p>
<p>Github Page: <a href="https://github.com/MrLetsplay2003" target="_blank">MrLetsplay;</a></p> <p>
Github Page: <a href="https://github.com/MrLetsplay2003" target="_blank">MrLetsplay;</a><br>
Gitea: <a href="https://git.cringe-studios.com/mr" target="_blank">mr</a>
</p>
<p></p>
<p>E-Mail: <a href="mailto:webmaster@cringe-studios.com" target="_blank">mr@cringe-studios.com</a></p> <p>E-Mail: <a href="mailto:webmaster@cringe-studios.com" target="_blank">mr@cringe-studios.com</a></p>
<b>Favorites:</b> <b>Favorites:</b>
<ul style="list-style-type:lower-greek;"> <ul style="list-style-type:lower-greek;">
@ -339,7 +343,7 @@
</form> </form>
</div> </div>
<div class="row justify-content-center"> <div class="row justify-content-center">
<b class="blinking" style="background-color:red; color:yellow;text-align:center">This site has been visited 000014313 times (<span id="visited-self"></span> times by you)</b> <b class="blinking" style="background-color:red; color:yellow;text-align:center">This site has been visited <?php include("visitor_counter.php"); echo getCounter(); ?> times (<span id="visited-self"></span> times by you)</b>
</div> </div>
</div> </div>
<!-- <!--

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mr/erp/extension.vsix Normal file

Binary file not shown.

View File

@ -318,7 +318,11 @@
let content = [ let content = [
" ", " ",
" MrLetsplay's Secret Space", " MrLetsplay's Secret Space",
[" Check out ", { text : "my blog", link: "https://blog.mr.cringe-studios.com/" }], " ",
" Links",
[" - ", { text: "Blog", link: "https://blog.mr.cringe-studios.com/" }],
[" - ", { text: "GitHub", link: "https://github.com/MrLetsplay2003" }],
[" - ", { text: "Cringe Studios Git", link: "https://git.cringe-studios.com/mr" }],
" ", " ",
" Projects", " Projects",
[" - ", { text: "KekEngine", link: "https://git.cringe-studios.com/mr/KekEngine" }, " (+ ", { text: "Kekrooms", link: "https://git.cringe-studios.com/mr/Kekrooms" }, ")"], [" - ", { text: "KekEngine", link: "https://git.cringe-studios.com/mr/KekEngine" }, " (+ ", { text: "Kekrooms", link: "https://git.cringe-studios.com/mr/Kekrooms" }, ")"],