0
0
Fork 0

Rename to Phantom Ink

This commit is contained in:
Oliver-Akins 2021-09-04 22:20:51 -06:00
parent 983e11ff27
commit 565a88e07e
8 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

View file

@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Ghost Writer Online</title> <title>Phantom Ink Online</title>
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but Ghost Writer Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but Phantom Ink Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->

View file

@ -39,7 +39,7 @@
v-else v-else
class="device-error" class="device-error"
> >
<h1 class="centre">Ghost Writer Online</h1> <h1 class="centre">Phantom Ink Online</h1>
<p class="centre"> <p class="centre">
To use this site you must be using a laptop, desktop, or iPad. To use this site you must be using a laptop, desktop, or iPad.
If you are on one of those devices and you still see this message, If you are on one of those devices and you still see this message,

View file

@ -12,7 +12,7 @@
> >
<h2 class="centre">Attributions:</h2> <h2 class="centre">Attributions:</h2>
<p class="centre"> <p class="centre">
Ghost Writer is designed and created by Phantom Ink is designed and created by
<a href="https://resonym.com" target="_blank" rel="noopener">Resonym</a> <a href="https://resonym.com" target="_blank" rel="noopener">Resonym</a>
<br> <br>
Online Prototype Made By: Oliver Akins Online Prototype Made By: Oliver Akins

View file

@ -100,14 +100,14 @@
{{ visible ? `Hide` : `Show` }} Past Questions {{ visible ? `Hide` : `Show` }} Past Questions
</button> </button>
<a <a
href="https://playghostwriter.com" href="http://phantominkgame.com/"
target="_blank" target="_blank"
id="game-logo-link" id="game-logo-link"
> >
<img <img
id="game-logo" id="game-logo"
src="/assets/ghost_writer_logo.png" src="/assets/phantom_ink_logo.png"
alt="Ghost Writer Logo" alt="Phantom Ink Logo"
rel="noopener" rel="noopener"
> >
</a> </a>

View file

@ -1,10 +1,10 @@
<template> <template>
<div id="CreateJoinGame" class="maximize view"> <div id="CreateJoinGame" class="maximize view">
<div class="centre" id="logo-header"> <div class="centre" id="logo-header">
<a href="http://playghostwriter.com" target="_blank" rel="noopener"> <a href="http://phantominkgame.com/" target="_blank" rel="noopener">
<img <img
src="/assets/ghost_writer_logo.png" src="/assets/phantom_ink_logo.png"
alt="Ghost Writer Logo" alt="Phantom Ink Logo"
height="200" height="200"
> >
</a> </a>

View file

@ -1,10 +1,10 @@
<template> <template>
<div id="GameLobby" class="maximize view"> <div id="GameLobby" class="maximize view">
<div class="centre" id="logo-header"> <div class="centre" id="logo-header">
<a href="http://playghostwriter.com" target="_blank" rel="noopener"> <a href="http://phantominkgame.com/" target="_blank" rel="noopener">
<img <img
src="/assets/ghost_writer_logo.png" src="/assets/phantom_ink_logo.png"
alt="Ghost Writer Logo" alt="Phantom Ink Logo"
height="150px" height="150px"
> >
</a> </a>