Skip to content

sirngusha/geography-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

geography-site

  • πŸ“„ New Topic Title β€” Download PDF
  • πŸ“„ Population Growth β€” Download PDF
  • Unit 2: Human Geography

    <title>Content Uploader (Offline Tool)</title> <style> body { font-family: Arial, sans-serif; padding: 2rem; background: #f0f0f0; }
    h1 {
      color: #2c3e50;
    }
    
    label {
      display: block;
      margin: 1rem 0 0.3rem;
    }
    
    input, textarea, button {
      padding: 0.5rem;
      width: 100%;
      max-width: 500px;
      margin-bottom: 1rem;
    }
    
    #output {
      background: #fff;
      border: 1px solid #ccc;
      padding: 1rem;
      white-space: pre-wrap;
      font-family: monospace;
      max-width: 600px;
    }
    
    </style>

    Content Uploader Tool

    This tool helps you generate HTML code to add documents to your website.

    Document Title:

    Choose Document:

    Generate Code

    HTML Snippet:

    (Your code will appear here)
    <script> function generate() { const title = document.getElementById('title').value.trim(); const fileInput = document.getElementById('file'); const file = fileInput.files[0]; if (!title || !file) { alert("Please enter a title and select a file."); return; } const filename = file.name; const html = `
  • πŸ“„ ${title} β€” Download PDF
  • `.trim(); document.getElementById('output').textContent = html; } </script>

    About

    geography mobile syllabus notes

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors