-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
I just pasted the code:
<html>
<head>
<meta charset="UTF-8">
<title>Lonely Globe Advisor</title>
</head>
<body>
<h1>Top Hotels in Rome</h1>
<ol>
<li>Villa Domus - Via Piacenza 9, Rome, Italy</li>
<li>Hotel Trivelli - Piazza Barberini 11, Rome, Italy</li>
</ol>
<script src="upup.min.js"></script>
<script>
UpUp.start({
'content': '<html><body><h1>Top Hotels in Rome</h1><p>Villa Domus</p><p>Hotel Trivelli</p></body></html>'
});
</script>
</body>
</html>
Got error
A bad HTTP response code (404) was received when fetching the script.
This 404 code is caused when UpUp.start is called
If I comment UpUp.start, everything works fine.
(upup.min.js is well loaded)
Any idea ?
Metadata
Metadata
Assignees
Labels
No labels