Jump to content

Main public logs

Combined display of all available logs of Drywall Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:20, 8 January 2026 Jlebeau81 talk contribs created page Javascript (Created page with "<code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>JS Render Example (Original)</title> </head> <body> <h1>Original Page Content</h1> <p>This content will be replaced by JavaScript.</p> <button onclick="renderNewPage()">Render New Page with JavaScript</button> <!-- The script runs after the initial content is loaded but before the new content repla...")