Fix broken stylesheet reference in test page
This commit is contained in:
parent
71d96ab639
commit
1e3bc66a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<title>HTML5 Test Page</title>
|
<title>HTML5 Test Page</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="/dist/full-reset.min.css">
|
<link rel="stylesheet" href="/dist/total-reset.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top" class="page" role="document">
|
<div id="top" class="page" role="document">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue