-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- https://getbootstrap.com/docs/4.3/getting-started/introduction/ に従う
app/views/layouts/application.html.erb
の<head></head>
に以下を加える
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" crossorigin="anonymous"></script>
https://getbootstrap.com/
https://getbootstrap.com/docs/4.3/content/reboot/
https://getbootstrap.com/docs/4.3/components/
Metadata
Metadata
Assignees
Labels
No labels