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

View file

@ -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,

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>