File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
33< head >
4- < meta charset ="utf-8 " />
5- < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6- < title > ASM-Lang Contribution Guide</ title >
7- < style >
4+ < meta charset ="utf-8 " />
5+ < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6+ < title > ASM-Lang Contribution Guide</ title >
7+ < style >
8+ @import url ('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap' );
9+ @import url ('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap' );
810 body {background : # 222 ;color : # 99ddff ;font-family : Open Sans, sans-serif;margin : 0 ;padding : 1rem }
911 .container {max-width : 1000px ;margin : 0 auto;text-align : justify;text-justify : inter-word}
1012 pre , code {background : # 3c3c3c ;color : inherit;font-family : Source Code Pro, monospace;padding : .25rem .5rem }
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6- < title > ASM-Lang SPECIFICATION </ title >
6+ < title > ASM-Lang (Un)License </ title >
77 < style >
8+ @import url ('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap' );
9+ @import url ('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap' );
810 body {background : # 222 ;color : # 99ddff ;font-family : Open Sans, sans-serif;margin : 0 ;padding : 1rem }
911 .container {max-width : 1000px ;margin : 0 auto;text-align : justify;text-justify : inter-word}
1012 pre , code {background : # 3c3c3c ;color : inherit;font-family : Source Code Pro, monospace;padding : .25rem .5rem }
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6- < title > ASM-Lang SPECIFICATION </ title >
6+ < title > ASM-Lang</ title >
77 < style >
8+ @import url ('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap' );
9+ @import url ('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap' );
810 body {background : # 222 ;color : # 99ddff ;font-family : Open Sans, sans-serif;margin : 0 ;padding : 1rem }
911 .container {max-width : 1000px ;margin : 0 auto;text-align : justify;text-justify : inter-word}
1012 .container h1 { text-align : center; margin-top : 0 ; }
You can’t perform that action at this time.
0 commit comments