Delete 'css/index.html'
This commit is contained in:
parent
a3e526012e
commit
ccebba2825
@ -1,29 +0,0 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>SoundBox du Channel Ultime</title>
|
||||
<meta name="description" content="SoundBox du Channel Ultime">
|
||||
<meta name="author" content="Creuzdos">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.css">
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1> SoundBox du Channel Ultime </h1>
|
||||
<div id="app" class="row">
|
||||
<div v-for="son in listeDeSons" class="col s6 m4 l3 xl2 son">
|
||||
<div class="titre">{{son.replace(".mp3","")}}</div>
|
||||
<audio controls>
|
||||
<source v-bind:src="'Sounds/' + son" type="audio/mpeg">
|
||||
</audio>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
||||
<script src="js/vueApp.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user