die
This commit is contained in:
parent
aa20cf0f0b
commit
1bf90caeec
17 changed files with 147 additions and 7 deletions
|
@ -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 %>
|
||||
|
|
1
app/views/svelte/friends.html.erb
Normal file
1
app/views/svelte/friends.html.erb
Normal file
|
@ -0,0 +1 @@
|
|||
<%= javascript_pack_tag 'friends' %>
|
3
app/views/svelte/index.html.erb
Normal file
3
app/views/svelte/index.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<%= javascript_pack_tag 'home' %>
|
||||
<!--THOUGHTS: spell system to navigate between pages-->
|
||||
<!--THOUGHTS: rng star field background-->
|
1
app/views/svelte/portfolio.html.erb
Normal file
1
app/views/svelte/portfolio.html.erb
Normal file
|
@ -0,0 +1 @@
|
|||
<%= javascript_pack_tag 'portfolio' %>
|
Loading…
Add table
Add a link
Reference in a new issue