fix(core): update

This commit is contained in:
2023-03-29 14:54:07 +02:00
commit 98be43fbb5
23 changed files with 5199 additions and 0 deletions

11
test/index.html Normal file
View File

@ -0,0 +1,11 @@
<head>
<title>An Awesome Test Page</title>
<style>
body {
color: #fff;
}
</style>
</head>
<body>
This is a test page!
</body>