diff --git a/project.tex b/project.tex
new file mode 100644
index 0000000000000000000000000000000000000000..9137f155865126e088b7462c8524bb916a0470a6
--- /dev/null
+++ b/project.tex
@@ -0,0 +1,26 @@
+\documentclass[f1,todos=off]{HsH-report} % documentclass
+
+%% include packages here:
+
+%% projects specific data:
+\author{
+	Max Mustermann,
+	Mira Musterfrau
+}
+\matrikelnr{
+	1234567,
+	9876543
+}
+\titlehead{titlehead}
+\subject{Subject}
+\title{Title}
+\subtitle{Subtitle}
+\date{\today}
+\professor{Professor}
+\keywords{keyword}
+
+%% project specific commands:
+
+\begin{document} % --------------------------------------------------------------------------------
+	% your text goes here
+\end{document}