Skip to content

Commit

Permalink
Install MakerWidget && upgrade packages (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex authored Feb 12, 2024
1 parent fe32084 commit a6d113e
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 633 deletions.
2 changes: 1 addition & 1 deletion assets/dist/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/critical.css

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion index.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ function print_part($name, $count) {
<link rel="manifest" href="manifest.json">

<link rel="stylesheet" href="assets/dist/app.css">

<script>
(function(d, h, m){
var js, fjs = d.getElementsByTagName(h)[0];
if (d.getElementById(m)){return;}
js = d.createElement(h); js.id = m;
js.onload = function(){
window.makerWidgetComInit({
position: "left",
widget: "egtvfprlpcdjg1i4-8syknhxgseddkfli-j45otk13qspl7fts"
})};
js.src = "https://makerwidget.com/js/embed.js";
fjs.parentNode.insertBefore(js, fjs)
}(document, "script", "dhm"))
</script>
</head>
<body>
<html-head-component src="./assets/scripts/meta.json" hidden></html-head-component>
Expand Down
Loading

0 comments on commit a6d113e

Please sign in to comment.