diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-05-17 20:53:18 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-05-17 20:53:18 -0400 |
| commit | 40fbae0793f88eaf58b1c03f853be2410ac5697d (patch) | |
| tree | d54cb5215b1237f4f2ef6e122144a6e0934a0c36 /_includes/head.html | |
| parent | 326cf2a05631b7ec326daab18357e2896b9487b2 (diff) | |
| download | sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.gz sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.bz2 sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.zip | |
Added files
Diffstat (limited to '_includes/head.html')
| -rw-r--r-- | _includes/head.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..24bd9a0 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,5 @@ +<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> +<style> + +</style>
\ No newline at end of file |
