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. 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", "version": "0.1.0",
"author": "Anatoly Kopyl", "author": "Anatoly Kopyl",
"private": true, "private": true,

View File

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

View File

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