-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 2.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Welcome to Nathan`s CAL-web github page webpage</title>
<style>
/* From extension vscode.markdown-math */
/* Error */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.katex-error {
color: var(--vscode-editorError-foreground);
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="welcome-to-nathanninogithubiocal-web">Welcome to <a href="https://github.com/nathannino/CAL-web">nathannino.github.io/CAL-web/</a></h1>
<p>This website is meant to host html versions of private md files hosted at <a href="https://github.com/nathannino/CAL-A21-ver2">github.com/nathannino/CAL-A21-ver2</a></p>
<ul>
<li>Note : These files are mainly used to print stuff in the context that I am a student. They are provided AS-IS, or whatever.</li>
<li>Also, this website is owned by Nathan Marien, so if I am printing something, this isn't copying</li>
</ul>
<p>I guess I should also write it in french, since french CEGEP</p>
<h1 id="bienvenue-à-nathanninogithubiocal-web">Bienvenue à <a href="https://github.com/nathannino/CAL-web">nathannino.github.io/CAL-web/</a></h1>
<p>Ce site web est utilisé afin que je puisse imprimer mes documents Markdown stocké sur <a href="https://github.com/nathannino/CAL-A21-ver2">github.com/nathannino/CAL-A21-ver2</a></p>
<ul>
<li>Note : tous les pages sur ce site web est fait par l'étudiant avec la matriqule 2173923 (Nathan Marien) au cégep Andrée Laurendeau.</li>
</ul>
<p>Bonne visite.</p>
</body>
</html>