buildHtml
baseUrl https://status.scroll.pub
metaTags
editButton /edit.html
title Monthly Status Reports
style.css
header
class hero
nav
div StatusFlow
class logo
div
class nav-links
a New Report
href #new-report
a History
href #history
a Export
href #export
main
section
id new-report
class report-form
h1 Create Monthly Status Report
div
class form-container
form
div
class form-group
label Project Name
for project-name
input
type text
id project-name
required true
div
class form-group
label Reporting Period
for report-date
input
type month
id report-date
required true
div
class form-group
label Key Achievements
for achievements
textarea
id achievements
rows 4
required true
div
class form-group
label Challenges
for challenges
textarea
id challenges
rows 4
div
class form-group
label Next Month Goals
for goals
textarea
id goals
rows 4
required true
button Submit Report
type submit
class submit-btn
section
id history
class report-history
h2 Previous Reports
div
class report-grid
footer
div
class footer-content
p Built with Scroll
a Documentation
href #
script.js