Time Card Calculator

Embed the Time Card Calculator

Add the full time card calculator to your own website or intranet with the snippet below. It's a plain iframe — no JavaScript to install, nothing to configure, and visitors' entries stay in their own browsers.

<iframe
  src="http://localhost:3000/"
  title="Time Card Calculator"
  width="100%"
  height="720"
  style="border:1px solid #ccc;border-radius:8px"
  loading="lazy"></iframe>

Embed guidelines

  • Adjust height to fit your layout — 720px shows the full weekly table without scrolling on desktop.
  • loading="lazy" keeps your page fast by loading the widget only when scrolled into view.
  • Embedding is free for any site. Please don't hide, crop, or misattribute the calculator.