Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zamgi authored and zamgi committed Nov 25, 2023
1 parent 1226f6e commit 4b5dcc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Temporary Items
.apdisk

*.suo
/.vs/*
.vs
12 changes: 0 additions & 12 deletions captcha/Properties/launchSettings.json

This file was deleted.

4 changes: 1 addition & 3 deletions captcha/Views/Captcha.cshtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
@using captcha
@model CaptchaVM

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>@(Model.CaptchaPageTitle ?? "Captcha")</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Expand Down

0 comments on commit 4b5dcc8

Please sign in to comment.