Web Artifacts Builder Basic Template

Sub-skill of web-artifacts-builder: Basic Template.

vamseeachanta e5a15de 824 B Updated

File contents

Basic Template

Basic Template

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Web Artifact</title>
    <style>
        /* Reset and base styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f5f5f5;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;

*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.agents/skills/_internal/builders/web-artifacts-builder/basic-template commit e5a15dee99

Frequently asked questions

npx skillmds@latest add vamseeachanta/web-artifacts-builder-basic-template