Setup Folder Structure
This commit is contained in:
15
Dokumentation/src/Dokumentation.tex
Normal file
15
Dokumentation/src/Dokumentation.tex
Normal file
@@ -0,0 +1,15 @@
|
||||
%! Author = hilfiker
|
||||
%! Date = 21.07.2022
|
||||
|
||||
% Preamble
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
% Packages
|
||||
\usepackage{amsmath}
|
||||
|
||||
% Document
|
||||
\begin{document}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
10
Webauftritt/index.html
Normal file
10
Webauftritt/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user