This commit is contained in:
jane 2022-04-01 21:16:05 -04:00
parent aa20cf0f0b
commit 1bf90caeec
17 changed files with 147 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<html style='background-color: #101010;'>
<head>
<title>J4pm</title>
<title>j4.pm</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>

View file

@ -0,0 +1 @@
<%= javascript_pack_tag 'friends' %>

View file

@ -0,0 +1,3 @@
<%= javascript_pack_tag 'home' %>
<!--THOUGHTS: spell system to navigate between pages-->
<!--THOUGHTS: rng star field background-->

View file

@ -0,0 +1 @@
<%= javascript_pack_tag 'portfolio' %>