Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #516

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

test #516

Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<form action="action_page.php">
<div class="container">
<h1>New user Register for DevOps Learning</h1>
<p>Please fill in this form to create an account.</p>
<h1>Registraton for devops</h1>
<p>Fill form and get account.</p>
<hr>

<label for="Name"><b>Enter Name</b></label>
<label for="StudentName"><b>Enter Name</b></label>
<input type="text" placeholder="Enter Full Name" name="Name" id="Name" required>
<br>

Expand Down