Skip to content

Commit e8300f5

Browse files
committed
Initial commit
0 parents  commit e8300f5

8 files changed

+3042
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
max_line_length = 100

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
*.bs diff=html linguist-language=HTML

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// index.html

.pr-preview.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"src_file": "index.bs",
3+
"type": "bikeshed",
4+
"title": "SIVIC"
5+
}

images/vast-vpaid-player.png

216 KB
Loading

images/vpaid-player.png

103 KB
Loading

index.bs

+407
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)