added stylesheet charset declaration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c60bc8ccd2
commit
952aa94f6b
@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
body {
|
||||
background: #2b2b2b;
|
||||
font-size: 16px;
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="description" content="tew-0x00">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>tew-0x00</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="./css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lt IE 7]>
|
||||
|
Loading…
Reference in New Issue
Block a user