minor fixes
This commit is contained in:
parent
c44a50fe12
commit
ed22c08b8e
|
@ -2,4 +2,4 @@ Approximate astronomical Wheel of the Year
|
|||
|
||||
https://wheeloftheyear.soundragon.su
|
||||
|
||||
under DWTWL 2.5 license: https://soundragon.su/license/license.html
|
||||
under DWTWL 2.55 license: https://soundragon.su/license/license.html
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* anthrstlsht.css (another style sheet) v0.8
|
||||
* DWTWL 2.5 license: https://soundragon.su/license/license.html
|
||||
* DWTWL 2.55 license: https://soundragon.su/license/license.html
|
||||
*/
|
||||
|
||||
html {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- https://github.com/zlaxy/solarwheeloftheyear -->
|
||||
<!-- https://gitlab.com/zlax/solarwheeloftheyear -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<head>
|
||||
<!--
|
||||
|
@ -151,7 +151,6 @@
|
|||
-->
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:regular&subset=Latin,Cyrillic">
|
||||
<link rel="stylesheet" type="text/css" href="anthrstlsht.css">
|
||||
<title>solar wheel of the year</title>
|
||||
</head>
|
||||
|
@ -253,7 +252,7 @@ function makeTable(UTC, UTCstr) {
|
|||
|
||||
</script>
|
||||
|
||||
<br><p align="center"><a href="https://github.com/zlaxy/solarwheeloftheyear">source code</a></p>
|
||||
<br><p align="center"><a href="https://gitlab.com/zlax/solarwheeloftheyear">source code</a></p>
|
||||
<br><p align="center"><a href="https://en.wikipedia.org/wiki/Wheel_of_the_Year"><img src="the_wheel_of_the_year_by_Charlee_Brown.jpg" alt="The Wheel Of The Year by Charlee Brown"></a></p>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue