mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
9 lines
174 B
HTML
9 lines
174 B
HTML
<meta charset="utf-8">
|
|
<title>system demo</title>
|
|
<script src="./system.umd.js"></script>
|
|
<link rel="stylesheet" href="./system.css">
|
|
|
|
<script>
|
|
console.log(system)
|
|
</script>
|