4/7
This commit is contained in:
52
code_test.html
Normal file
52
code_test.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Everest Linux - Home</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/k2.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navbar -->
|
||||
<div class="sidenav">
|
||||
<img src="img/everest-k2.svg" alt="everest-logo" style="width: 185px; height: 185px;">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About</a>
|
||||
<a href="install.html">Install</a>
|
||||
<a href="packages.html">Packages</a>
|
||||
<a href="download.html">Downloads</a>
|
||||
<a href="docs/home.html">Documentation</a>
|
||||
<a href="errata.html">Security</a>
|
||||
<a href="https://git.everestlinux.org">Git ↗</a>
|
||||
</div>
|
||||
|
||||
<!-- Rest of page -->
|
||||
<div class="hero-image">
|
||||
<div class="hero-text">
|
||||
<h1>Template</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<link rel="stylesheet" href="assets/js/styles/github-dark.css">
|
||||
<script src="assets/js/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
|
||||
<h2>Test of Code Highlighting</h2>
|
||||
<bigcodehead><strong>CODE:</strong> Initialization of x</bigcodehead>
|
||||
<pre class="bigcode"><code style="all:unset;" class="language-c">
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<p>Copyright (C) 2021-2026 Everest Linux</p>
|
||||
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
|
||||
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user