mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
12 lines
218 B
HTML
12 lines
218 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="stylesheet" href="popup.css">
|
||
|
<script type="module" src="popup.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<strong>Hello World!</strong>
|
||
|
</body>
|
||
|
</html>
|