implemented critical features in Restful Golang API which'll handle Neo4j interactions.

This commit is contained in:
2025-05-10 22:34:12 -06:00
parent bd59f428ba
commit 228cf1137b
9 changed files with 797 additions and 17 deletions
+4 -4
View File
@@ -5,13 +5,13 @@
<link href="css/base.css" rel="stylesheet" type="text/css">
<link href="css/rewrite.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://nerdfonts.com/assets/css/webfont.css">
<link rel="icon" type="image/x-icon" href="data/vintagecoding-favicon.png" </link>
<link rel="icon" type="image/x-icon" href="data/vintagecoding-favicon.png">
<?php
if (!isset($_SESSION['theme']) || $_SESSION['theme'] == 'dark')
if (!isset($_SESSION['theme']) || $_SESSION['theme'] == 'dark')
echo '<link href="css/dark.css" rel="stylesheet" type="text/css">';
else
else
echo '<link href="css/light.css" rel="stylesheet" type="text/css">';
?>
?>
</head>