Skip to content

Commit

Permalink
move style.css into asset
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jul 11, 2023
1 parent 6ea01c1 commit c95147a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>HTTP Caching Tests</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="/asset/style.css" type="text/css">
<meta property="og:type" content="website">
<meta property="og:title" content="HTTP Caching Tests">
<meta property="og:description" content="Finding out how browser and proxy caches behave (and misbehave)">
Expand Down
2 changes: 1 addition & 1 deletion test-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Browser HTTP Caching Tests</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="/asset/style.css" type="text/css">
<script type="module">
import { runTests, getResults } from './test-engine/client/runner.mjs'
import { testUUIDs } from './test-engine/client/test.mjs'
Expand Down

0 comments on commit c95147a

Please sign in to comment.