mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
bind cached asset to version
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Birdseye - The friendly bird looking glass</title>
|
||||
<title>Alice - The friendly bird looking glass</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="css/libs.min.css" />
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<link rel="stylesheet" href="css/libs.min.css?APP_VERSION" />
|
||||
<link rel="stylesheet" href="css/main.css?APP_VERSION" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Application: Birdseye -->
|
||||
<div id="app"></div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="js/libs.min.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<script src="js/libs.min.js?APP_VERSION"></script>
|
||||
<script src="js/app.js?APP_VERSION"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user