Changes to instruments.scroll.pub

root
root
19 days ago
Initial commit
body.html
Changed around line 1
+
+
+

Precision Instruments

+
+
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Precision Tools for a Precise World

    +

    High-quality instruments for industrial, scientific, and medical applications.

    +
    +
    +
    +
    +
    +

    About Us

    +

    With over 20 years of experience, Precision Instruments is a trusted name in the industry. We specialize in providing cutting-edge tools and solutions for professionals worldwide.

    +
    +
    +
    +
    +
    +

    Our Products

    +
    +
    +

    Industrial Tools

    +

    Robust instruments for manufacturing and engineering.

    +
    +
    +

    Scientific Equipment

    +

    Precision tools for laboratories and research facilities.

    +
    +
    +

    Medical Devices

    +

    Reliable instruments for healthcare professionals.

    +
    +
    +
    +
    +
    +
    +
    +

    Our Services

    +
      +
    • Custom Instrument Design
    • +
    • Calibration Services
    • +
    • Technical Support
    • +
    • Training Programs
    • +
      +
      +
      +
      +
      +
      +

      Contact Us

      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +

      Precision Instruments | Delivering Excellence Since 2003

      +
      +
      index.scroll
      Changed around line 1
      + buildHtml
      + baseUrl https://instruments.scroll.pub
      + metaTags
      + editButton /edit.html
      + title Precision Instruments | Quality Tools for Every Industry
      + style.css
      + body.html
      + script.js
      prompt.json
      Changed around line 1
      + {
      + "id": "9cfc3cba-ff76-4382-90c5-4970c2b32729",
      + "object": "chat.completion",
      + "created": 1735897525,
      + "model": "deepseek-chat",
      + "choices": [
      + {
      + "index": 0,
      + "message": {
      + "role": "assistant",
      + "content": "---domain---\ninstruments.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://instruments.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Precision Instruments | Quality Tools for Every Industry\nstyle.css\nbody.html\nscript.js\n---body.html---\n
      \n
      \n

      Precision Instruments

      \n \n
      \n
      \n\n
      \n
      \n
      \n

      Precision Tools for a Precise World

      \n

      High-quality instruments for industrial, scientific, and medical applications.

      \n Explore Products\n
      \n
      \n\n
      \n
      \n

      About Us

      \n

      With over 20 years of experience, Precision Instruments is a trusted name in the industry. We specialize in providing cutting-edge tools and solutions for professionals worldwide.

      \n
      \n
      \n\n
      \n
      \n

      Our Products

      \n
      \n
      \n

      Industrial Tools

      \n

      Robust instruments for manufacturing and engineering.

      \n
      \n
      \n

      Scientific Equipment

      \n

      Precision tools for laboratories and research facilities.

      \n
      \n
      \n

      Medical Devices

      \n

      Reliable instruments for healthcare professionals.

      \n
      \n
      \n
      \n
      \n\n
      \n
      \n

      Our Services

      \n
        \n
      • Custom Instrument Design
      • \n
      • Calibration Services
      • \n
      • Technical Support
      • \n
      • Training Programs
      • \n
      \n
      \n
      \n\n
      \n
      \n

      Contact Us

      \n
      \n \n \n \n \n
      \n
      \n
      \n
      \n\n
      \n
      \n

      Precision Instruments | Delivering Excellence Since 2003

      \n
      \n
      \n---style.css---\n:root {\n --primary-color: #2c3e50;\n --secondary-color: #3498db;\n --accent-color: #e74c3c;\n --text-color: #333;\n --light-bg: #f5f5f5;\n --white: #fff;\n --transition: all 0.3s ease;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', sans-serif;\n line-height: 1.6;\n color: var(--text-color);\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.header {\n background: var(--primary-color);\n color: var(--white);\n padding: 20px 0;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: bold;\n}\n\n.nav ul {\n list-style: none;\n display: flex;\n gap: 20px;\n}\n\n.nav a {\n color: var(--white);\n text-decoration: none;\n transition: var(--transition);\n}\n\n.nav a:hover {\n color: var(--secondary-color);\n}\n\n.hero {\n background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('hero-bg.jpg');\n background-size: cover;\n background-position: center;\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h2 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.hero p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.btn {\n background: var(--secondary-color);\n color: var(--white);\n padding: 10px 30px;\n text-decoration: none;\n border-radius: 5px;\n transition: var(--transition);\n}\n\n.btn:hover {\n background: var(--accent-color);\n}\n\n.about, .products, .services, .contact {\n padding: 80px 0;\n}\n\n.about h2, .products h2, .services h2, .contact h2 {\n text-align: center;\n margin-bottom: 40px;\n font-size: 2.5rem;\n}\n\n.product-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n}\n\n.product-card {\n background: var(--light-bg);\n padding: 30px;\n border-radius: 10px;\n text-align: center;\n transition: var(--transition);\n}\n\n.product-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.services ul {\n list-style: none;\n max-width: 600px;\n margin: 0 auto;\n}\n\n.services li {\n background: var(--light-bg);\n margin: 10px 0;\n padding: 15px;\n border-radius: 5px;\n}\n\n.contact form {\n max-width: 600px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.contact input, .contact textarea {\n padding: 10px;\n border: 1px solid #ddd;\n border-radius: 5px;\n}\n\n.contact button {\n background: var(--secondary-color);\n color: var(--white);\n padding: 15px;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n transition: var(--transition);\n}\n\n.contact button:hover {\n background: var(--accent-color);\n}\n\n.footer {\n background: var(--primary-color);\n color: var(--white);\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .nav ul {\n flex-direction: column;\n align-items: center;\n }\n\n .hero h2 {\n font-size: 2rem;\n }\n\n .hero p {\n font-size: 1rem;\n }\n\n .product-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(e) {\n e.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n---end---"
      + },
      + "logprobs": null,
      + "finish_reason": "stop"
      + }
      + ],
      + "usage": {
      + "prompt_tokens": 237,
      + "completion_tokens": 1714,
      + "total_tokens": 1951,
      + "prompt_cache_hit_tokens": 0,
      + "prompt_cache_miss_tokens": 237
      + },
      + "system_fingerprint": "fp_3a5770e1b4"
      + }
      readme.scroll
      Changed around line 1
      + # instruments.scroll.pub
      + Website generated by DeepSeek from prompt: 仪器行业官方网站
      script.js
      Changed around line 1
      + document.getElementById('contact-form').addEventListener('submit', function(e) {
      + e.preventDefault();
      + alert('Thank you for your message! We will get back to you soon.');
      + this.reset();
      + });
      style.css
      Changed around line 1
      + :root {
      + --primary-color: #2c3e50;
      + --secondary-color: #3498db;
      + --accent-color: #e74c3c;
      + --text-color: #333;
      + --light-bg: #f5f5f5;
      + --white: #fff;
      + --transition: all 0.3s ease;
      + }
      +
      + * {
      + margin: 0;
      + padding: 0;
      + box-sizing: border-box;
      + }
      +
      + body {
      + font-family: 'Segoe UI', sans-serif;
      + line-height: 1.6;
      + color: var(--text-color);
      + }
      +
      + .container {
      + max-width: 1200px;
      + margin: 0 auto;
      + padding: 0 20px;
      + }
      +
      + .header {
      + background: var(--primary-color);
      + color: var(--white);
      + padding: 20px 0;
      + }
      +
      + .logo {
      + font-size: 2rem;
      + font-weight: bold;
      + }
      +
      + .nav ul {
      + list-style: none;
      + display: flex;
      + gap: 20px;
      + }
      +
      + .nav a {
      + color: var(--white);
      + text-decoration: none;
      + transition: var(--transition);
      + }
      +
      + .nav a:hover {
      + color: var(--secondary-color);
      + }
      +
      + .hero {
      + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('hero-bg.jpg');
      + background-size: cover;
      + background-position: center;
      + color: var(--white);
      + padding: 100px 0;
      + text-align: center;
      + }
      +
      + .hero h2 {
      + font-size: 3rem;
      + margin-bottom: 20px;
      + }
      +
      + .hero p {
      + font-size: 1.2rem;
      + margin-bottom: 40px;
      + }
      +
      + .btn {
      + background: var(--secondary-color);
      + color: var(--white);
      + padding: 10px 30px;
      + text-decoration: none;
      + border-radius: 5px;
      + transition: var(--transition);
      + }
      +
      + .btn:hover {
      + background: var(--accent-color);
      + }
      +
      + .about, .products, .services, .contact {
      + padding: 80px 0;
      + }
      +
      + .about h2, .products h2, .services h2, .contact h2 {
      + text-align: center;
      + margin-bottom: 40px;
      + font-size: 2.5rem;
      + }
      +
      + .product-grid {
      + display: grid;
      + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      + gap: 30px;
      + }
      +
      + .product-card {
      + background: var(--light-bg);
      + padding: 30px;
      + border-radius: 10px;
      + text-align: center;
      + transition: var(--transition);
      + }
      +
      + .product-card:hover {
      + transform: translateY(-10px);
      + box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      + }
      +
      + .services ul {
      + list-style: none;
      + max-width: 600px;
      + margin: 0 auto;
      + }
      +
      + .services li {
      + background: var(--light-bg);
      + margin: 10px 0;
      + padding: 15px;
      + border-radius: 5px;
      + }
      +
      + .contact form {
      + max-width: 600px;
      + margin: 0 auto;
      + display: flex;
      + flex-direction: column;
      + gap: 20px;
      + }
      +
      + .contact input, .contact textarea {
      + padding: 10px;
      + border: 1px solid #ddd;
      + border-radius: 5px;
      + }
      +
      + .contact button {
      + background: var(--secondary-color);
      + color: var(--white);
      + padding: 15px;
      + border: none;
      + border-radius: 5px;
      + cursor: pointer;
      + transition: var(--transition);
      + }
      +
      + .contact button:hover {
      + background: var(--accent-color);
      + }
      +
      + .footer {
      + background: var(--primary-color);
      + color: var(--white);
      + text-align: center;
      + padding: 20px 0;
      + }
      +
      + @media (max-width: 768px) {
      + .nav ul {
      + flex-direction: column;
      + align-items: center;
      + }
      +
      + .hero h2 {
      + font-size: 2rem;
      + }
      +
      + .hero p {
      + font-size: 1rem;
      + }
      +
      + .product-grid {
      + grid-template-columns: 1fr;
      + }
      + }