Forced /iris/ for use in Tornado
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" />
|
||||
<link rel="shortcut-icon" href="/assets/favicon.ico" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow:300,300i,400,400i,700" rel="stylesheet">
|
||||
<link href="/app.css" rel="stylesheet" />
|
||||
<link href="//fonts.googleapis.com/css?family=Archivo+Narrow:300,300i,400,400i,700" rel="stylesheet">
|
||||
<link href="/iris/app.css" rel="stylesheet" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@ -25,6 +25,6 @@
|
||||
|
||||
</body>
|
||||
|
||||
<script type="text/javascript" src="/app.js"></script>
|
||||
<script type="text/javascript" src="/iris/app.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user