2022-02-17 00:44:52 +01:00
|
|
|
<template>
|
|
|
|
|
<q-page class="">
|
|
|
|
|
|
2022-02-19 22:02:54 +01:00
|
|
|
<CTestServer></CTestServer>
|
|
|
|
|
|
|
|
|
|
<!--<iframe src="https://discord.com/widget?id=941826887821434890&theme=dark" width="350" height="500"
|
|
|
|
|
allowtransparency="true" frameborder="0"
|
|
|
|
|
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
|
|
|
|
-->
|
2022-02-17 00:44:52 +01:00
|
|
|
|
|
|
|
|
</q-page>
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
<script lang="ts" src="./testServer.ts">
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
@import './testServer.scss';
|
|
|
|
|
</style>
|