blob: d66fe977d1b46b9ad3971e5c500a6e04ff37590a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<title>Leonardo Bishop</title>
<link rel="stylesheet" href="/css/globalstyles.css">
<% if (typeof stylesheets == 'object') { %>
<% for (const sheet of stylesheets) { %>
<link rel="stylesheet" href="<%= sheet %>">
<% } %>
<% } %>
<% if (typeof scripts == 'object') { %>
<% for (const script of scripts) { %>
<script src="<%= script %>"></script>
<% } %>
<% } %>
|