I want to make subpages with HTML in apps script How do I link the user to a subpage
I tried an href on the homepage
<html>
<link rel="stylesheet" href="/css.html">
</body>
<a href="/subpage.html">Click me!</a>
I expect the subpage.html link to take me to a subpage