<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> <title>育將電腦工作室</title> </head> <body> <h1 class="text-center mt-5">全家app專用 - 收集資料</h1> <div class="container"> <div class="row"> <div class="col-sm-6"> <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdc0DyqzY8GUMxpb6PVI3n-xNTnM0JAOUk9w02_jXefuQTJRQ/viewform?embedded=true" width="100%" height="771" frameborder="0" marginheight="0" marginwidth="0">載入中…</iframe> </div> <div class="col-sm-6"> <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS6qCzCQJBOjYL2_lKWogLtSAVJ7P_3-JXtrqIBL4A-usvuryPew2Asv7TPC3VoW3ifZ-_V6EFmmrWT/pubhtml?gid=1614266384&single=true&widget=true&headers=false" width="100%" height="771"></iframe> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script> </body> </html>