Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
430 Näkymät

Hello Odoo Community,

I am encountering an UncaughtPromiseError after inserting and applying embedded code in the footer of my Odoo website. Has anyone experienced this issue, and if so, how can I resolve it? Any suggestions or insights would be greatly appreciated. Thank you!



This is the code

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Welcome with Fireworks</title>

    <link rel="stylesheet" href="styles.css">

</head>

<body>


    <!-- Firework effect container -->

    <div class="firework-container">

        <div class="firework"></div>

    </div>


    <!-- Welcome Pop-up -->

    <div id="welcomePopup" class="popup">

        <div class="popup-content">

            <span class="close-btn" id="closeBtn">&times;</span>

            <h2>Welcome!</h2>

            <p>Start your seamless experience with us — explore all the tools and features designed to make your workflow effortless!</p>

            <button id="startButton">Start Now</button>

        </div>

    </div>


    <script src="script.js"></script>

</body>

</html>


Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
jouluk. 24
933
1
heinäk. 24
1038
7
heinäk. 24
21315
2
huhtik. 24
2313
1
maalisk. 25
536