This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
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
1 parent
ea65c2e
commit 6cfccdb
Showing
1 changed file
with
43 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Plang Documents - TITLE</title> | ||
<link rel="stylesheet" href="css/colors.css" /> | ||
<link rel="stylesheet" href="css/main.css" /> | ||
<meta name="description" content="description"> | ||
<meta name="keywords" content="p, p docs, plang, plang docs, p programming lang, p programming language, p-programming-language"> | ||
<meta name="author" content="Plang"> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" | ||
crossorigin="anonymous" | ||
/> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" | ||
crossorigin="anonymous" | ||
></script> | ||
</head> | ||
<body> | ||
<div class="body"> | ||
<div class="side-bar"> | ||
<a href="index.html"> | ||
<img | ||
class="icon" | ||
src="https://avatars.githubusercontent.com/u/146694713?s=400&u=4e01b5afefbf7e40641702e5cbdf785ff183fe35&v=4" | ||
alt="P Icon" | ||
/></a> | ||
<ul></ul> | ||
</div> | ||
<div class="page-content"> | ||
<h1 class="page-title">TITLE</h1> | ||
|
||
</div> | ||
</div> | ||
<footer class="webfooter">© Plang 2023</footer> | ||
<script src="script/main.js"></script> | ||
</body> | ||
</html> |