mirror of
https://github.com/wll8/lodash-utils
synced 2024-11-14 20:06:33 +00:00
13 lines
265 B
HTML
13 lines
265 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<script src="../index.js"></script>
|
||
|
<script src="./test.js"></script>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|