Left Column
Your menu is in the "doomvillemenu" folder. It includes the main JavaScript file "doomvillemenu.js" and a few accompanying files.


Installation Instructions

  1. Copy (upload) the "doomvillemenu" folder to the root directory of your website.

  2. Copy and paste the code [1] below where you want your menu to show up. This code can be placed anywhere between the <body> and </body> tags.



    [1] The code above consists of the two parts:

    1. The <script> tag adds a reference to the main JavaScript file "doomvillemenu.js".
      If the page is located in a subfolder, use the src with two dots: "../doomvillemenu/doomvillemenu.js".

    2. The <div> element is a container for the menu. It includes the name of your menu ("doomvillemenu") as an identifier.


Search Engine Optimization (optional)



Helpful Links