-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html lang="en-UK"> | ||
|
||
<head> | ||
|
@@ -27,68 +27,6 @@ | |
|
||
<body style="background-color:slategrey;"> | ||
<h1>Welcome to the testing range !</h1> | ||
<script src="script.js"></script> | ||
<!script src="https://replit.com/public/js/replit-badge-v2.js" theme="dark" position="bottom-right"> | ||
<h1>Heading h1</h1> | ||
<h2>Hello</h2> | ||
<a href="page.html#P1">Straight to Page 3</a> | ||
<a href="#L2">More to Page 3</a> | ||
<h1 style="font-size:60px;">Heading 1 but bigger</h1> | ||
|
||
|
||
|
||
|
||
|
||
<p>Paragraph p</p> | ||
<p style="color:green;background-color:lime;border:4px solid green;font-family:inherit;font-size:150%;text-align:center;" | ||
title="Tooltip for the green :)">Is this green ?</p> | ||
<!-- Waypoint to the green ligne --> | ||
<a href="google.com">google again</a> | ||
<br> | ||
<b style="color:#232b2b">Bold</b> | ||
<strong>Strong</strong> | ||
<i>Italic</i> | ||
<em>emphasized</em> | ||
<mark style="background-color:greenyellow;">Marked</mark> | ||
<small>Small</small> | ||
<del>Deleted</del> | ||
<ins>Inserted</ins> | ||
<sub>Subscript</sub> | ||
<sup>Superscript</sup> | ||
<br> | ||
<blockquote>I never ever said that shit…<sub>Einstein</sub></blockquote> | ||
<q>Everything is relative</q><sub>Einstein</sub> | ||
<br><abbr title="Energy is equal to Mass times the speed of light squared">E=Mc<sup>2</sup></abbr> | ||
<address>Living here<br>At this time<br>For this long</address> | ||
<cite>The Theory of relativity</cite> | ||
<bdo dir="rtl">Backward</bdo> | ||
<bdo dir="auto">Forward</bdo> | ||
<hr> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/page.html"><img src="MacFileSVG.svg" alt="2nd Page" style="width:42px;height:42px;"></a><br> | ||
<a href="/morepage.html"id="L2">Visit this site (local)!</a> | ||
<a href="/morepage.html" target="_blank">Visit this site !</a> | ||
<br> | ||
<a href="google.com">Lil' google link<br></a> | ||
<pre> | ||
Well | ||
One more line | ||
To go…</pre> | ||
<hr> | ||
<img src="MacFolderFilled.png" alt="Folder Image" width="100" height="100"><br> | ||
<img src="MacFolderFilled.png" width="200" height="200"> | ||
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script> | ||
<spline-viewer url="https://prod.spline.design/5YQsKGFeqIvYpaam/scene.splinecode"></spline-viewer> | ||
|
||
|
||
</body> | ||
|
||
|