Skip to content

Commit e4800ab

Browse files
committed
Add namemc server banner
1 parent 6be3908 commit e4800ab

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/assets/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,8 @@ button:active{
187187

188188
article {
189189
cursor: pointer;
190+
}
191+
192+
.namemc {
193+
margin-top: 1rem;
190194
}

src/views/Online.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<template>
2+
<div class="namemc">
3+
<iframe style="width:728px;height:90px;max-width:100%;border:none;display:block;margin:auto"
4+
src="https://namemc.com/server/play.beocraft.net/embed" width="728" height="90"></iframe>
5+
</div>
26
<div v-if="error">
37
<h3>Online Players</h3>
48
<ErrorDisplay :message="error" keyword="online players" />

0 commit comments

Comments
 (0)