style(wiki): use core.js

This commit is contained in:
2024-02-22 13:03:21 +01:00
parent 12c7515ee8
commit 53f9547cc5
6 changed files with 149 additions and 15 deletions

View File

@ -2,8 +2,9 @@
<html>
<head>
<base target="_top">
<link rel="stylesheet" href="core.css"/>
</head>
<body style="color: #fff">
<body>
<tf-collections-app></tf-collections-app>
<script>window.litDisableBundleWarning = true;</script>
<script src="tf-collection.js" type="module"></script>