init project
This commit is contained in:
22
templates/includecss.html.twig
Normal file
22
templates/includecss.html.twig
Normal file
@@ -0,0 +1,22 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Pointcloud viewer">
|
||||
<meta name="author" content="https://pradierh.fr/, https://sorlinv.fr/">
|
||||
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon" href="/static/favicon.png" sizes="180x180">
|
||||
<link rel="icon" href="/static/favicon.png" type="image/png">
|
||||
<link rel="mask-icon" href="/static/favicon.png" color="#7952b3">
|
||||
<meta name="theme-color" content="#333333">
|
||||
|
||||
<link href="https://vjs.zencdn.net/7.17.0/video-js.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/@videojs/themes@1/dist/fantasy/index.css" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/static/styles/bootstrap.css">
|
||||
<link rel="stylesheet" href="/static/styles/specific.css">
|
||||
|
||||
<link rel="stylesheet" href="//cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@6.6.96/css/materialdesignicons.min.css">
|
||||
|
||||
<script src="https://accounts.google.com/gsi/client" async defer></script>
|
||||
Reference in New Issue
Block a user