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.
|
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",
|
"version": "0.1.0",
|
||||||
"author": "Anatoly Kopyl",
|
"author": "Anatoly Kopyl",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user