first commit
This commit is contained in:
13
app_vue/node_modules/@soda/get-current-script/fixtures/test.html
generated
vendored
Normal file
13
app_vue/node_modules/@soda/get-current-script/fixtures/test.html
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="../index.js"></script>
|
||||
<script src="./log-src.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user