Improve HTML compliance

This commit is contained in:
2026-04-19 23:29:56 +01:00
parent 29fdf40fed
commit 1b8b257b6d

View File

@@ -161,6 +161,11 @@ EOF
done < <(my_curl) done < <(my_curl)
portfolio_index="$( portfolio_index="$(
cat <<EOF cat <<EOF
<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<body>
<h1>Projects</h1> <h1>Projects</h1>
<div id="git-portfolio"> <div id="git-portfolio">
<style> <style>