Guest User

Untitled

a guest
Jan 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <button onclick="book()">図書</button>
  2. <button onclick="mgzn()">雑誌</button>
  3.  
  4. <h2>図書</h2>
  5. <div id="book" class="red-card">
  6. <p>
  7. Book book book.
  8. </p>
  9. </div>
  10.  
  11. <script src="switch-class.js" type="text/javascript"></script>
Add Comment
Please, Sign In to add comment