Skip to content

Commit c95147a

Browse files
committed
move style.css into asset
1 parent 6ea01c1 commit c95147a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>HTTP Caching Tests</title>
6-
<link rel="stylesheet" href="style.css" type="text/css">
6+
<link rel="stylesheet" href="/asset/style.css" type="text/css">
77
<meta property="og:type" content="website">
88
<meta property="og:title" content="HTTP Caching Tests">
99
<meta property="og:description" content="Finding out how browser and proxy caches behave (and misbehave)">

test-browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Browser HTTP Caching Tests</title>
6-
<link rel="stylesheet" href="style.css" type="text/css">
6+
<link rel="stylesheet" href="/asset/style.css" type="text/css">
77
<script type="module">
88
import { runTests, getResults } from './test-engine/client/runner.mjs'
99
import { testUUIDs } from './test-engine/client/test.mjs'

0 commit comments

Comments
 (0)