1
0
Fork 0
frontend/words/xxxxx.html

18 lines
420 B
HTML
Raw Normal View History

2023-02-04 02:16:41 +04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
2023-03-25 04:27:30 +04:00
<title></title>
2023-02-04 02:16:41 +04:00
<link rel="stylesheet" href="../bundle.css"/>
</head>
<body>
2023-03-25 04:27:30 +04:00
<div id="words-xxxxx"></div>
2023-02-18 12:12:33 +04:00
2023-02-05 07:04:28 +04:00
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"></script>
<script src="../bundle.js"></script>
2023-02-04 02:16:41 +04:00
</body>
</html>