\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc} % comment when using lualatex
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref,xcolor}
\renewcommand\UrlFont{\color{blue}\rmfamily}
% Bibliography management
% see https://www.overleaf.com/learn/latex/Biblatex_citation_styles
% and https://www.overleaf.com/learn/latex/Bibliography_management_in_LaTeX
% to use overleaf with reference manager
% see: https://no.overleaf.com/blog/639-tip-of-the-week-overleaf-and-reference-managers
% \usepackage[backend=biber]{biblatex}
% \addbibresource{library.bib} %Imports bibliography file
% Title of your project
\title{Project Title}
% Name of deliverable
\newcommand{\deliverableName}{Deliverable Name}
% Group names(s)
\author{Jane \textsc{Doe}\\
Kari \textsc{Nordmann}}
% Group number
\newcommand{\groupNumber}{x}
% Any comments for us
\newcommand{\comments}{Comments for teachers of the course}
% Web address for the project (if any)
\newcommand{\homepage}{\url{https://www.ntnu.edu/studies/courses/IT3010}}
% Date for title page, default is today and
\date{\today~(Spring 2020)}
\makeatletter{}
\begin{document}
\input{./title.tex}
\section*{Introduction}
Write your own text here
% References
% \printbibliography
\end{document}