소스 검색

adding index.html for payment selection

tags/v0.5
patrick 5 년 전
부모
커밋
c876f0ef51
4개의 변경된 파일42개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -1
      .gitignore
  2. +39
    -0
      PG/index.html
  3. +1
    -1
      PG/pinegrow.json
  4. +0
    -0
      PG/style.css

+ 2
- 1
.gitignore 파일 보기

@@ -1 +1,2 @@
__debug_bin
__debug_bin
PG/_pgbackup

+ 39
- 0
PG/index.html 파일 보기

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Blank Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container" style="margin-top: 100px; min-height: 300px; text-align: center;">
<div class="row">
<div class="col-md-6">
<h3>P2P</h3>
<p></p>
<img src="https://via.placeholder.com/150">
<input class="form-check-input" type="radio" name="inlineRadioOptions" value="option1">
</div>
<div class="col-md-6">
<h3>FAT</h3>
<p></p>
<img src="https://via.placeholder.com/150">
<input class="form-check-input" type="radio" name="inlineRadioOptions" value="option1">
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

+ 1
- 1
PG/pinegrow.json 파일 보기

@@ -1 +1 @@
{"files":{"dashboard.html":{"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024}},"breakpoints":["576px","768px","992px","1200px"],"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"template_framework_id":"bootstrap"}
{"files":{"dashboard.html":{"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024},"index.html":{"frameworks":["PG","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024}},"breakpoints":["576px","768px","992px","1200px"],"frameworks":["PG","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"template_framework_id":"bootstrap"}

+ 0
- 0
PG/style.css 파일 보기


Loading…
취소
저장