Check-in [6ce4286067]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | bumpver css |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: |
6ce4286067f0b9d959045c944013b1a9 |
User & Date: | mario 2024-06-19 15:37:21 |
Context
2024-06-19
| ||
15:37 | bumpver css Leaf check-in: 6ce4286067 user: mario tags: trunk | |
15:36 | work around overlength release notes (HTML remnants) check-in: 9013b83e6f user: mario tags: trunk | |
Changes
Changes to template/header.php.
︙ | ︙ | |||
17 18 19 20 21 22 23 | ?> <!DOCTYPE html> <html> <head> <title><?=isset($title) ? $title : "freshcode.club" ?></title> <meta name=version content=0.8.3> <meta charset=UTF-8> | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ?> <!DOCTYPE html> <html> <head> <title><?=isset($title) ? $title : "freshcode.club" ?></title> <meta name=version content=0.8.3> <meta charset=UTF-8> <link rel=stylesheet href="/freshcode.css?0.8.2-2"> <link rel="shortcut icon" href="/img/changes.png"> <base href="/index"> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script><![endif]--> <script src="/gimmicks.js?2"></script> <? if (isset($header_add)) { print $header_add . "\n"; } ?> </head> |
︙ | ︙ |