add html meta tags and doctype
This commit is contained in:
parent
59e6603146
commit
6ebfb49920
@ -1,6 +1,10 @@
|
||||
<html>
|
||||
<!DOCTYPE HTML>
|
||||
<html style="height: 100%">
|
||||
<head>
|
||||
<title>MT Info</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="theme-color" content="#000">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="css/all.min.css"/>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user