web-font/static/index.html
2020-03-19 17:34:41 +08:00

19 lines
423 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>web font</title>
<link rel="stylesheet" href="./index.css">
</head>
<body class="p-4">
<div class="c-app"></div>
<!-- This script tag points to the source of the JS file we want to load and bundle -->
<script src="index.js"></script>
</body>
</html>