It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://bbs.fsasuka.com/feed/

  1. <!DOCTYPE html>
  2. <html dir='ltr'>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="viewport" content="width=device-width">
  6. <title>データベースエラー</title>
  7. <style type="text/css">
  8. html {
  9. background: #f1f1f1;
  10. }
  11. body {
  12. background: #fff;
  13. border: 1px solid #ccd0d4;
  14. color: #444;
  15. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  16. margin: 2em auto;
  17. padding: 1em 2em;
  18. max-width: 700px;
  19. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  20. box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  21. }
  22. h1 {
  23. border-bottom: 1px solid #dadada;
  24. clear: both;
  25. color: #666;
  26. font-size: 24px;
  27. margin: 30px 0 0 0;
  28. padding: 0;
  29. padding-bottom: 7px;
  30. }
  31. #error-page {
  32. margin-top: 50px;
  33. }
  34. #error-page p,
  35. #error-page .wp-die-message {
  36. font-size: 14px;
  37. line-height: 1.5;
  38. margin: 25px 0 20px;
  39. }
  40. #error-page code {
  41. font-family: Consolas, Monaco, monospace;
  42. }
  43. ul li {
  44. margin-bottom: 10px;
  45. font-size: 14px ;
  46. }
  47. a {
  48. color: #0073aa;
  49. }
  50. a:hover,
  51. a:active {
  52. color: #006799;
  53. }
  54. a:focus {
  55. color: #124964;
  56. -webkit-box-shadow:
  57. 0 0 0 1px #5b9dd9,
  58. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  59. box-shadow:
  60. 0 0 0 1px #5b9dd9,
  61. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  62. outline: none;
  63. }
  64. .button {
  65. background: #f3f5f6;
  66. border: 1px solid #016087;
  67. color: #016087;
  68. display: inline-block;
  69. text-decoration: none;
  70. font-size: 13px;
  71. line-height: 2;
  72. height: 28px;
  73. margin: 0;
  74. padding: 0 10px 1px;
  75. cursor: pointer;
  76. -webkit-border-radius: 3px;
  77. -webkit-appearance: none;
  78. border-radius: 3px;
  79. white-space: nowrap;
  80. -webkit-box-sizing: border-box;
  81. -moz-box-sizing:    border-box;
  82. box-sizing:         border-box;
  83.  
  84. vertical-align: top;
  85. }
  86.  
  87. .button.button-large {
  88. line-height: 2.30769231;
  89. min-height: 32px;
  90. padding: 0 12px;
  91. }
  92.  
  93. .button:hover,
  94. .button:focus {
  95. background: #f1f1f1;
  96. }
  97.  
  98. .button:focus {
  99. background: #f3f5f6;
  100. border-color: #007cba;
  101. -webkit-box-shadow: 0 0 0 1px #007cba;
  102. box-shadow: 0 0 0 1px #007cba;
  103. color: #016087;
  104. outline: 2px solid transparent;
  105. outline-offset: 0;
  106. }
  107.  
  108. .button:active {
  109. background: #f3f5f6;
  110. border-color: #7e8993;
  111. -webkit-box-shadow: none;
  112. box-shadow: none;
  113. }
  114.  
  115. </style>
  116. </head>
  117. <body id="error-page">
  118. <div class="wp-die-message"><h1>データベース接続確立エラー</h1></div></body>
  119. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda