mirror of
https://github.com/qist/tvbox.git
synced 2025-01-24 11:24:52 +08:00
14 lines
254 B
HTML
14 lines
254 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Title</title>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello, world!</h1>
|
||
|
<script src="../js/main.js"></script>
|
||
|
</body>
|
||
|
</html>
|