/HTML
Created
July 23, 2022 10:42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<link rel="stylesheet" href="css/style.css"> | |
<title>スライドショー</title> | |
</head> | |
<body> | |
<div id="slideshow"> | |
<span class="arrow leftArrow">前の画像</span> | |
<div id="photo"> | |
<img id="main"> | |
</div> | |
<span class="arrow rightArrow">次の画像</span> | |
</div> | |
<script type="text/javascript" src="js/common.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment