Setup Folder Structure

This commit is contained in:
Ramspopoo
2022-07-21 13:26:00 +02:00
parent 772224abe9
commit 82ae2ce9a0
2 changed files with 25 additions and 0 deletions

View 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
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>