Main Page: Difference between revisions

From billsfield.org
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:


<html>
<html>
<script type="text/javascript">
document.getElementById("canolHeading").onclick = function () {
console.log("goToCanol");
location.href = "";
}
</script>
<style>
<style>
#canolHeading
#canolHeading
Line 28: Line 21:
<img src="../images/YukonRoad.png" width="100%" style="position: absolute; pointer-events:none;"></img>
<img src="../images/YukonRoad.png" width="100%" style="position: absolute; pointer-events:none;"></img>
</div>
</div>
<script type="text/javascript">
document.getElementById("canolHeading").onclick = function () {
console.log("goToCanol");
location.href = "";
}
</script>





Revision as of 15:53, 28 November 2023

This site is an open forum. A newsletter. There are, here, a few characters that write on this site about a few different things.

--this area is to be filled out-- --a uniting page, not neccesarily an introduction, but a route into the various paths of this site.--

<html> <style>

  1. canolHeading

{ transition: all 2s; color: blue; }

  1. canolHeading:hover

{ transform:scale(10); } </style>

CANOL

<img src="../images/YukonRoad.png" width="100%" style="position: absolute; pointer-events:none;"></img>

<script type="text/javascript"> document.getElementById("canolHeading").onclick = function () {

console.log("goToCanol");
location.href = "";

} </script>



















































</html>