/hyde/tests/sites/test_grouper/content/404.html
HTML | 22 lines | 17 code | 5 blank | 0 comment | 0 complexity | 39ebfd5eba5356b4c1bf29c37bd4aee4 MD5 | raw file
1<!doctype html> 2<title>not found</title> 3 4<style> 5body { text-align: center;} 6h1 { font-size: 50px; } 7body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); } 8::-moz-selection{ background:#FF5E99; color:#fff; } 9::selection { background:#FF5E99; color:#fff; } 10details { display:block; } 11a { color: rgb(36, 109, 56); text-decoration:none; } 12a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); } 13span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; } 14</style> 15 16 17 18 19<details> 20 <summary><h1>Not found</h1></summary> 21 <p><span frown>:(</span></p> 22</details>