31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
@* <meta name="viewport" content="width=device-width, initial-scale=1" /> *@
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="description" content="MP Tablet" />
|
|
<meta name="author" content="EgalWare" />
|
|
<link rel="shortcut icon" href="images/favicon.ico" />
|
|
<base href="/MP/TAB2/" />
|
|
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
|
|
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="font.min.css" />
|
|
<link rel="stylesheet" href="app.min.css" />
|
|
<link rel="stylesheet" href="MP-TAB.styles.css" />
|
|
<link rel="icon" type="image/png" href="images/favicon.png" />
|
|
<HeadOutlet />
|
|
</head>
|
|
|
|
<body>
|
|
<Routes />
|
|
<script src="_framework/blazor.web.js"></script>
|
|
<script src="lib/bootstrap/js/bootstrap.bundle.js"></script>
|
|
<script src="lib/WindowSize.js"></script>
|
|
</body>
|
|
|
|
</html>
|