This commit is contained in:
parent
e8e5fc4e2f
commit
f860559da9
|
|
@ -55,12 +55,12 @@
|
||||||
</header>
|
</header>
|
||||||
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
||||||
<details>
|
<details>
|
||||||
<summary>1960</summary>
|
<summary onmouseover="this.click()">1960</summary>
|
||||||
<p></p>
|
<p></p>
|
||||||
</details>
|
</details>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="about" onmouseover="this.click()" href="../../../about/about.html">About the Website</a><br>
|
<a class="about" href="../../../about/about.html">About the Website</a><br>
|
||||||
<a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
|
<a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
|
||||||
<a class="contact" href="../../../contact/contact.html">Contact Us</a><br>
|
<a class="contact" href="../../../contact/contact.html">Contact Us</a><br>
|
||||||
<a class="sitemap" href="">Sitemap</a>
|
<a class="sitemap" href="">Sitemap</a>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
summary {
|
||||||
|
list-style-image: url("");
|
||||||
|
}
|
||||||
|
|
||||||
|
summary::-webkit-details-marker {
|
||||||
|
background: url("");
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue