mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2026-04-18 13:39:10 -04:00
28 lines
773 B
HTML
Executable File
28 lines
773 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Stacer</title>
|
|
<script>
|
|
window.$ = window.jQuery = require('jquery');
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/font.css">
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/style.css">
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/loader.css">
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/amaran.min.css">
|
|
<!--Themes-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/themes/dark.css">
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/themes/light.css">
|
|
</head>
|
|
|
|
<body>
|
|
<app v-cloak />
|
|
</body>
|
|
|
|
<!-- Scripts -->
|
|
<script src="../libs/vue.min.js"></script>
|
|
<script src="index.js"></script>
|
|
<!-- Scripts -->
|
|
|
|
</html> |