Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 10 additions & 27 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<title>POS Paplu Chanpak</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Pink Page</title>
<style>
body {
background-color: yellow;
}
</style>
</head>
<body>
<div class="container">
<h1>POS Device</h1>
<div class="items">
<div class="item">
<img src="item1.png" alt="Item 1">
<h2>Item Chanpak</h2>
<p>This is the description of item 1.</p>
<input type="number" name="quantity" value="1">
<p>$10.00</p>
</div>
<div class="item">
<img src="item2.png" alt="Item 2">
<h2>Item 2</h2>
<p>This is the description of item 2.</p>
<input type="number" name="quantity" value="1">
<p>$20.00</p>
</div>
</div>
<div class="total">
<h2>Total</h2>
<p>$30.00</p>
</div>
<button>Pay</button>
</div>
</body>
<h1>Welcome to the Page</h1>
</body>
</html>