Мне нужно добавить видео. Но стандартный способ сделать путь к нему не работает. Я думаю, мне нужно добавить куда-нибудь еще этот путь, но я не могу понять, где.
Я уже пытался поместить видео в папку с моим singup.hbs, но это не работает
signup.hbs:
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<head>
<title></title>
</head>
<body>
<div class="site-style">
<div class="fullscreen-bg">
<div class="main-log">
<form id="signup" name="signup" method="post" action="/signup">
<label for="email">Email Address</label>
<input class="text" name="email" type="email" />
<label for="firstname">Firstname</label>
<input name="firstname" type="text" />
<label for="lastname">Lastname</label>
<input name="lastname" type="text" />
<label for="password">Password</label>
<input name="password" type="password" />
<input class="btn" type="submit" value="Sign Up" />
</form>
</div>
<video loop muted autoplay poster="video/plane.jpg" class="fullscreen-bg__video" width="100%" height="auto" autoplay="autoplay" loop="loop" preload="auto">
<source src="club_v.mp4" type="video/mp4">
</video>
</div>
</body>
</html>
structure_of_program
video_v.mp4 находится в папке: \ app \ views
На моей странице нет видео (