forked from bot/app
22 lines
484 B
HTML
22 lines
484 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CRT 线路图</title>
|
|
<link rel="stylesheet" href="./css/card.css">
|
|
<link rel="stylesheet" href="./css/fonts.css">
|
|
</head>
|
|
<body>
|
|
<div class="data-storage" id="data">{{ data | tojson }}</div>
|
|
|
|
<!---->
|
|
<template id="route-template">
|
|
<div class="info-box" id="route-info">
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script src="./js/card.js"></script>
|
|
<script src="./js/crt_route.js"></script>
|
|
</body>
|
|
</html> |