<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="行きたいお店リストを表示します。"> <title>行きたいお店リスト</title> <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> <link rel="stylesheet" href="styles.css" /> </head> <body> <h1> <a href=snackmap.html> <img src="images/snacktitle.png" width="auto" height="auto" alt="スナパラ"> </a> </h1> <ul id="favorites-list"></ul> <div style="text-align: center;"> <a href="snackmap.html"> <img src="images/return.png" width="auto" height="auto" alt="マップに戻る"> </a> </div> <script src="favorites.js"></script> </body> </html>