Add basic footer and build time string

This commit is contained in:
Xevion
2022-05-20 12:52:33 -05:00
parent b0e74e21ef
commit df77352916
3 changed files with 112 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-build-timestamp-utc="<%= new Date().toISOString() %>">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">