2021-03-02 17:03:29 +01:00
|
|
|
doctype html
|
|
|
|
|
|
|
|
html
|
|
|
|
|
|
|
|
head
|
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(name='application-name' content='Misskey')
|
2022-07-05 10:46:17 +02:00
|
|
|
title Misskey Repair Tool
|
2021-03-02 17:03:29 +01:00
|
|
|
style
|
|
|
|
include ../bios.css
|
|
|
|
script
|
|
|
|
include ../bios.js
|
|
|
|
|
|
|
|
body
|
|
|
|
header
|
2022-07-05 10:46:17 +02:00
|
|
|
h1 Misskey Repair Tool #{version}
|
2021-03-02 17:03:29 +01:00
|
|
|
main
|
|
|
|
div.tabs
|
|
|
|
button#ls edit local storage
|
|
|
|
div#content
|