2020-04-04 18:11:46 +00:00
|
|
|
<template>
|
|
|
|
<div class="page">
|
|
|
|
<h1 class="title">Game Profile: Arknights</h1>
|
|
|
|
<p><a href="https://www.arknights.global">Game Website</a></p>
|
|
|
|
<h2>My Review</h2>
|
|
|
|
<blockquote>
|
|
|
|
The strength of this game is in its complexities, getting you invested into the game.
|
|
|
|
If you like tower defenses and also like to think about tactics and strategies, this game is for you.
|
|
|
|
</blockquote>
|
|
|
|
<p><a href="https://blog.nanao.moe/game-reviews/arknights/">Read more</a></p>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
},
|
2020-11-09 11:16:34 +00:00
|
|
|
head: {
|
2020-04-04 18:11:46 +00:00
|
|
|
title: "Game Profile: Arknights",
|
|
|
|
},
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|