31 lines
No EOL
896 B
HTML
31 lines
No EOL
896 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/components/icon.min.css">-->
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
|
|
<link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet">
|
|
<style>
|
|
img{
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
html{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<title>Dumby User Interface</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html> |