fix MIME types and add examples
cpp files were getting recognised as "text/csrc". checking subtrings is a better way to compare MIME types. Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
855a0faec2
commit
c138e9ad3e
2 changed files with 37 additions and 16 deletions
|
|
@ -15,7 +15,7 @@
|
|||
code {
|
||||
background: #fff;
|
||||
position: fixed;
|
||||
width:100%;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue