Initial website commit
This commit is contained in:
34
guides/linux.html
Normal file
34
guides/linux.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Linux Guides | EngineeringBuild</title>
|
||||
<link rel="stylesheet" href="../main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<div class="brand-block">
|
||||
<a class="brand" href="../index.html">EngineeringBuild</a>
|
||||
<div class="brand-subtitle">Telecommunications, Networking, Linux, Embedded</div>
|
||||
</div>
|
||||
<nav class="site-nav" aria-label="Primary">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../contact.html">Contact</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="content-page">
|
||||
<section class="content-card">
|
||||
<p class="section-label">Guides</p>
|
||||
<h1>Linux</h1>
|
||||
<p>Commands, configuration notes, and service setup references for Linux systems.</p>
|
||||
<ul class="content-list">
|
||||
<li>System navigation and file permissions</li>
|
||||
<li>Networking commands and diagnostics</li>
|
||||
<li>Service management with systemd</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user