mirror of
https://github.com/anatolykopyl/movieroom-front.git
synced 2026-03-26 12:55:20 +00:00
Note to self: check domain before starting new project
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "watch2gether-front",
|
||||
"name": "movieroom-front",
|
||||
"version": "0.1.0",
|
||||
"author": "Anatoly Kopyl",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2 id="site-name">watch2gether</h2>
|
||||
<h2 id="site-name">movieroom</h2>
|
||||
<router-view/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<form @submit.prevent>
|
||||
<input
|
||||
type="file"
|
||||
placeholder="file"
|
||||
@change="handleFile"
|
||||
accept="video/mp4"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user