web-mini/tests/index.html
Ari Archer c4779f49a3
1.4.0 : improve minification, fix bugs
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-10-31 21:47:23 +02:00

120 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>epic</title>
<meta name="description" content="my cool website ( very cool )" />
<meta name="keywords" content="my, very cool, website, epic website" />
<meta
name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
/>
<meta property="og:type" content="website" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="" />
<!-- left it on purpose -->
<link rel="stylesheet" href="/styles.css" />
<style type="text/css">
* {
display: block;
}
</style>
<script type="text/javascript">
console.log("hello :)");
</script>
<link
href="/styles.css"
rel="preload"
hreflang="en"
referrerpolicy="no-referrer"
type="text/css"
as="style"
onload="this.onload=null;console.log(1);this.rel='stylesheet'"
/>
</head>
<body>
<a href="https://ari-web.xyz/" data-link="hello">ari-web</a>
<button>hello world</button>
<h1>this is a title</h1>
<div id="hello-world">
<p>
Code is the backbone of the digital world, a language that
brings machines to life and empowers them to perform complex
tasks. It is a symphony of instructions, meticulously crafted to
solve problems and create innovative solutions. With each line
of code, a programmer weaves a tapestry of logic, transforming
abstract ideas into tangible reality. From simple scripts to
intricate algorithms, code is the driving force behind the
software that powers our lives. It is the key that unlocks the
potential of technology, enabling us to communicate, create, and
explore new frontiers.
</p>
<pre>
Code is both an art and a science, demanding creativity and precision in equal measure.
It requires a deep understanding of programming languages, frameworks, and paradigms, as well as a keen eye for detail. Yet, code is more than just a technical skill; it is a mindset.
It fosters problem-solving abilities, critical thinking, and the ability to break down complex problems into manageable components. Code has the power to transform industries, disrupt
the status quo, and shape the future. In the hands of skilled developers, code becomes a catalyst for innovation,
paving the way for advancements in fields such as artificial intelligence, cybersecurity, and data analysis.
hello="world"
hello='world'
hello=world
</pre>
</div>
<pre>
#include &lt;stdio.h&gt;
int main(void) {
puts("hello world");
return 0;
}</pre
>
<textarea>
hello world
how are you ?
</textarea>
<p>hello world i love you</p>
<ul>
<ul>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
</ul>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li>
<li><code>hello</code></li> <li><code>hello</code></li>
<li><code>hello</code></li>
</ul>
<code>hello</code>
<code>hello</code>
<code>hello</code>
<code>hello</code>
<code>hello</code>
<code>hello</code>
<code>hello</code>
</body>
</html>