Commit e92b28b073ae9ab0e3ed5dbcc032aa9b58b2b87f
1 parent
c3e81845
init website
Showing
1 changed file
with
2 additions
and
2 deletions
index.html
| 1 | 1 | <!Doctype html> |
| 2 | -<html class="no-js" lang=""> | |
| 2 | +<html class="no-js" lang="en"> | |
| 3 | 3 | <head> |
| 4 | 4 | <meta charset="utf-8"> |
| 5 | 5 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| ... | ... | @@ -39,7 +39,7 @@ |
| 39 | 39 | <!--<link rel="stylesheet" href="css/color/color8.css">--> |
| 40 | 40 | <!--<link rel="stylesheet" href="css/color/color9.css">--> |
| 41 | 41 | |
| 42 | - <link type="text/css" rel="stylesheet" href="#" id="colors"> | |
| 42 | + <link type="text/css" rel="stylesheet" href="" id="colors"> | |
| 43 | 43 | |
| 44 | 44 | </head> |
| 45 | 45 | <body> | ... | ... |