mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 20:35:50 +08:00
19 lines
423 B
HTML
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> |