add tests

This commit is contained in:
hossein 2024-11-17 13:49:21 +03:30
parent 4b82319be5
commit b872166976
2 changed files with 11 additions and 0 deletions

View File

@ -180,6 +180,7 @@
<Content Include="Scripts\WebForms\WebParts.js" />
<Content Include="Scripts\WebForms\WebUIValidation.js" />
<Content Include="Site.Master" />
<Content Include="tests.html" />
<Content Include="ViewSwitcher.ascx" />
<Content Include="Web.config" />
<Content Include="Bundle.config" />

10
tests.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
</body>
</html>