make templates pass web.dev audit
This commit is contained in:
parent
3415d4df2f
commit
524997a4f5
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Bunbun</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Bunbun search multiplexer/jump service">
|
||||
<style type="text/css">
|
||||
body {
|
||||
display: flex;
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Bunbun Command List</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Bunbun search multiplexer/jump service">
|
||||
<style type="text/css">
|
||||
body {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue