Note to self: check domain before starting new project

This commit is contained in:
2022-01-04 02:54:56 +03:00
parent a9585f1e82
commit b3abacf8e7
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# W2G Frontend
# Movieroom Frontend
Frontend for watch2gether.
Frontend for Movieroom.
A website that allows you and your friends to watch a movie in sync.

View File

@@ -1,5 +1,5 @@
{
"name": "watch2gether-front",
"name": "movieroom-front",
"version": "0.1.0",
"author": "Anatoly Kopyl",
"private": true,

View File

@@ -1,6 +1,6 @@
<template>
<div>
<h2 id="site-name">watch2gether</h2>
<h2 id="site-name">movieroom</h2>
<router-view/>
</div>
</template>

View File

@@ -3,7 +3,6 @@
<form @submit.prevent>
<input
type="file"
placeholder="file"
@change="handleFile"
accept="video/mp4"
>