Initial
This commit is contained in:
6
test_input/json/test.json
Normal file
6
test_input/json/test.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"userId": 1,
|
||||
"id": 1,
|
||||
"title": "delectus aut autem",
|
||||
"completed": false
|
||||
}
|
||||
4
test_input/test.css
Normal file
4
test_input/test.css
Normal file
@@ -0,0 +1,4 @@
|
||||
th {
|
||||
width: 100;
|
||||
height: 1000;
|
||||
}
|
||||
13
test_input/test.html
Normal file
13
test_input/test.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>test-file</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>This</h1>
|
||||
<h2>Is</h2>
|
||||
<h3>A</h3>
|
||||
<h4>Test</h4>
|
||||
<h5>file</h5>
|
||||
</body>
|
||||
</html>
|
||||
8
test_input/test.js
Normal file
8
test_input/test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function myFunction() {
|
||||
document.getElementById("demo").innerHTML = "Paragraph changed.";
|
||||
}
|
||||
|
||||
async function logger() {
|
||||
console.log("hello, how're you today");
|
||||
console.error("ERR MSG");
|
||||
}
|
||||
Reference in New Issue
Block a user