diff options
| author | s1n <[email protected]> | 2019-07-29 15:56:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-29 15:56:10 -0700 |
| commit | 9e0ec5e916ce0041e3fc91c4a69915b120468624 (patch) | |
| tree | 1a4bbeb933953921ce132169d9e4b810c7427f93 | |
| parent | Update index.html (diff) | |
| download | s1n.pw-admin-9e0ec5e916ce0041e3fc91c4a69915b120468624.tar.xz s1n.pw-admin-9e0ec5e916ce0041e3fc91c4a69915b120468624.zip | |
add favicon.png
| -rw-r--r-- | cars/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cars/index.html b/cars/index.html index b292cce..01919e7 100644 --- a/cars/index.html +++ b/cars/index.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="./cars_files/console_runner-1df7d3399bdc1f40995a35209755dcfd8c7547da127f6469fd81e5fba982f6af.js.download"></script>
<script src="./cars_files/css_reload-5619dc0905a68b2e6298901de54f73cefe4e079f65a75406858d92924b4938bf.js.download"></script>
+ <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<meta name="robots" content="noindex">
<style class="cp-pen-styles">
html {
|