mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-02-23 15:35:42 -05:00
Update files
This commit is contained in:
6
test/cache/index.php
vendored
6
test/cache/index.php
vendored
@@ -8,13 +8,17 @@
|
||||
|
||||
<img width=400 height=225 src="vivaldi.jpg">
|
||||
|
||||
<div class="styles">Stylesheet used: <span class="style1">style1.css</span><span class="style2">style2.css</span>
|
||||
|
||||
<form method="get" action="touch.php">
|
||||
<p>
|
||||
<input type="submit" value="Touch Image" alt="Touch Image">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
</form>
|
||||
<?php
|
||||
// outputs e.g. somefile.txt was last modified: December 29 2002 22:16:23.
|
||||
|
||||
echo "Image last modified: " . date (DATE_RFC850, filemtime('vivaldi.jpg'));
|
||||
?>
|
||||
|
||||
|
||||
3
test/cache/style1.css
vendored
3
test/cache/style1.css
vendored
@@ -1 +1,2 @@
|
||||
body { background: gray; }
|
||||
.style1 {background: red;}
|
||||
.style2 {display: none;}
|
||||
|
||||
3
test/cache/style2.css
vendored
3
test/cache/style2.css
vendored
@@ -1 +1,2 @@
|
||||
body { background: black; }
|
||||
.style1 {display: none;}
|
||||
.style2 {background: blue;}
|
||||
|
||||
Reference in New Issue
Block a user