/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
447f8f1
Branches
main
benchmark-results
benchcompress
/
web-ui
/
index.html
13 lines · 365 B
Code
Blame
History
a4762fa
web-ui
Jeremy Magland
1 year ago
1
<!doctype
html
>
2
<
html
lang
=
"en"
>
3
<
head
>
4
<
meta
charset
=
"UTF-8"
/>
eacabc8
test real data
Jeremy Magland
1 year ago
5
<
link
rel
=
"icon"
type
=
"image/svg+xml"
href
=
"/favicon.svg"
/>
a4762fa
web-ui
Jeremy Magland
1 year ago
6
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
eacabc8
test real data
Jeremy Magland
1 year ago
7
<
title
>
Zia Benchmark
</
title
>
a4762fa
web-ui
Jeremy Magland
1 year ago
8
</
head
>
9
<
body
>
10
<
div
id
=
"root"
>
</
div
>
11
<
script
type
=
"module"
src
=
"/src/main.tsx"
>
</
script
>
12
</
body
>
13
</
html
>
↑
↓
move
↵
open
esc
close