10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
@using BlazorStrap.V5
|
|
@inherits LayoutComponentBase
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
|
|
@Body
|
|
<BSCore/>
|
|
|
|
<script src="_content/BlazorStrap/popper.min.js"></script>
|