initial commit
This commit is contained in:
22
app/src/index.html
Normal file
22
app/src/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../scss/custom.scss">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<button type="button" name="button" class="btn btn-primary btn-lg">
|
||||
hello marcelo
|
||||
</button>
|
||||
|
||||
<div class="coucou">
|
||||
<h2>Bim</h2>
|
||||
<p>bam</p>
|
||||
<span>boum</span>
|
||||
</div>
|
||||
|
||||
<script src="./index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
8
app/src/index.js
Normal file
8
app/src/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// Import all plugins
|
||||
import * as bootstrap from 'bootstrap';
|
||||
|
||||
// Or import only needed plugins
|
||||
//import { Tooltip as Tooltip, Toast as Toast, Popover as Popover } from 'bootstrap';
|
||||
|
||||
// Or import just one
|
||||
//import Alert as Alert from '../node_modules/bootstrap/js/dist/alert';
|
||||
Reference in New Issue
Block a user