General refactor
This commit is contained in:
+4
-1
@@ -14,6 +14,9 @@
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="<%= css_path %>">
|
||||
<script src="<%= js_path %>" defer></script>
|
||||
<script defer>
|
||||
var app_url = '<%= app_url %>';
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -38,7 +41,7 @@
|
||||
<%= error_message %>
|
||||
</label>
|
||||
<br>
|
||||
<a href="/app"><span>🢀 </span>Return</a>
|
||||
<a href="<%= app_url %>"><span>🢀 </span>Return</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user