parent
212f8e619f
commit
647717d44a
@ -1,9 +0,0 @@
|
||||
// If you haven't already, associate .jsonc files with "JSON with Comments (jsonc)"
|
||||
{
|
||||
"label": "An optional label for a good name",
|
||||
"root": "/tmp",
|
||||
"host": "localhost",
|
||||
"port": 22,
|
||||
"username": "root",
|
||||
"password": true
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cat Coding</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="$ROOT/settings.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,4 +0,0 @@
|
||||
|
||||
const body = document.body;
|
||||
body.append('ABC');
|
||||
console.log('ok');
|
Loading…
Reference in new issue