add samples to test linting and lsps
This commit is contained in:
parent
b735ff2b36
commit
37ec569937
|
@ -0,0 +1,7 @@
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<title>HTML 5 Boilerplate</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
|
@ -0,0 +1,3 @@
|
||||||
|
function(){
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
#This is a markdown file
|
||||||
|
|
||||||
|
There are many like it, but this is mine.
|
Loading…
Reference in New Issue