Use relative links.

This commit is contained in:
Danila Fedorin 2019-05-29 19:11:04 -07:00
parent 0cb9eb34d0
commit 0552a715db
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<html> <html>
<head> <head>
<script src="/static/js/elm.js"></script> <script src="static/js/elm.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/style.css"> <link rel="stylesheet" href="static/css/style.css">
</head> </head>
<body> <body>
<div id="elm"></div> <div id="elm"></div>