Rename to Phantom Ink
This commit is contained in:
parent
983e11ff27
commit
565a88e07e
8 changed files with 13 additions and 13 deletions
|
|
@ -39,7 +39,7 @@
|
|||
v-else
|
||||
class="device-error"
|
||||
>
|
||||
<h1 class="centre">Ghost Writer Online</h1>
|
||||
<h1 class="centre">Phantom Ink Online</h1>
|
||||
<p class="centre">
|
||||
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,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
<h2 class="centre">Attributions:</h2>
|
||||
<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>
|
||||
<br>
|
||||
Online Prototype Made By: Oliver Akins
|
||||
|
|
|
|||
|
|
@ -100,14 +100,14 @@
|
|||
{{ visible ? `Hide` : `Show` }} Past Questions
|
||||
</button>
|
||||
<a
|
||||
href="https://playghostwriter.com"
|
||||
href="http://phantominkgame.com/"
|
||||
target="_blank"
|
||||
id="game-logo-link"
|
||||
>
|
||||
<img
|
||||
id="game-logo"
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
rel="noopener"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div id="CreateJoinGame" class="maximize view">
|
||||
<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
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
height="200"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div id="GameLobby" class="maximize view">
|
||||
<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
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
height="150px"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue