blob: a8e9c484153ed20cc15e9fd63c30325e0a5e97f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel='stylesheet' href="base.css" />
<link rel='stylesheet' href="index.css" />
</head>
<body>
<script src='all.js'></script>
</body>
</html>
|